Package ch.bailu.gtk.glib
Schnittstelle IOChannelError
public interface IOChannelError
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final intSome other error.static final intFile too large.static final intInvalid argument.static final intIO error.static final intFile is a directory.static final intNo space left on device.static final intNo such device or address.static final intValue too large for defined datatype.static final intBroken 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:
-