Module: GLib::IOChannelError

Defined in:
(unknown)

Constant Summary collapse

FBIG =

File too large.

0 or :fbig
INVAL =

Invalid argument.

1 or :inval
IO =

IO error.

2 or :io
ISDIR =

File is a directory.

3 or :isdir
NOSPC =

No space left on device.

4 or :nospc
NXIO =

No such device or address.

5 or :nxio
OVERFLOW =

Value too large for defined datatype.

6 or :overflow
PIPE =

Broken pipe.

7 or :pipe
FAILED =

Some other error.

8 or :failed