GLib.IOChannelError

Error codes returned by GLib.IOChannel operations.

IOChannelError.FBIG

File too large.

IOChannelError.INVAL

Invalid argument.

IOChannelError.IO

IO error.

IOChannelError.ISDIR

File is a directory.

IOChannelError.NOSPC

No space left on device.

IOChannelError.NXIO

No such device or address.

IOChannelError.OVERFLOW

Value too large for defined datatype.

IOChannelError.PIPE

Broken pipe.

IOChannelError.FAILED

Some other error.