StreamError

Potential errors which can be raised by Stream R/W operations.

Stream errors start from value 0 which indicates an end-of-file event.

Values

ValueMeaning
eof0

End of file reached.

notSupported-1

Operation is not supported by the stream.

outOfRange-2

Operation attempted to access out-of-range indices.

invalidState-3

Stream is in an invalid state; such as a file handle being closed.

Meta