IOChannelError#

class IOChannelError#

Error codes returned by IOChannel operations.

Fields#

class IOChannelError
FAILED#

Some other error.

FBIG#

File too large.

INVAL#

Invalid argument.

IO#

IO error.

ISDIR#

File is a directory.

NOSPC#

No space left on device.

NXIO#

No such device or address.

OVERFLOW#

Value too large for defined datatype.

PIPE#

Broken pipe.