# Structs
ArityMismatch encodes an error where the expected number of values is out of the valid range.
BadValue encodes an error where the value does not meet a requirement.
OutOfRange encodes an error where a value is out of its valid range.
ReaderGone is raised by the writer in a pipeline when the reader end has terminated.
SetReadOnlyVar is returned by the Set method of a read-only variable.