Package ch.bailu.gtk.glib
Schnittstelle IOChannelError
public interface IOChannelError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Some other error.static final int
File too large.static final int
Invalid argument.static final int
IO error.static final int
File is a directory.static final int
No space left on device.static final int
No such device or address.static final int
Value too large for defined datatype.static final int
Broken pipe.
-
Felddetails
-
FBIG
static final int FBIGFile too large.- Siehe auch:
-
INVAL
static final int INVALInvalid argument.- Siehe auch:
-
IO
static final int IOIO error.- Siehe auch:
-
ISDIR
static final int ISDIRFile is a directory.- Siehe auch:
-
NOSPC
static final int NOSPCNo space left on device.- Siehe auch:
-
NXIO
static final int NXIONo such device or address.- Siehe auch:
-
OVERFLOW
static final int OVERFLOWValue too large for defined datatype.- Siehe auch:
-
PIPE
static final int PIPEBroken pipe.- Siehe auch:
-
FAILED
static final int FAILEDSome other error.- Siehe auch:
-