Potential errors which can be raised by Stream R/W operations.
Stream errors start from value 0 which indicates an end-of-file event.
End of file reached.
Operation is not supported by the stream.
Operation attempted to access out-of-range indices.
Stream is in an invalid state; such as a file handle being closed.
See Implementation
Potential errors which can be raised by Stream R/W operations.
Stream errors start from value 0 which indicates an end-of-file event.