public class LibCErrno
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
E2BIG
Standard error codes.
|
static int |
EACCES
Standard error codes.
|
static int |
EAGAIN
Standard error codes.
|
static int |
EBADF
Standard error codes.
|
static int |
EBUSY
Standard error codes.
|
static int |
ECHILD
Standard error codes.
|
static int |
EDEADLK
Standard error codes.
|
static int |
EDEADLOCK
Standard error codes.
|
static int |
EDOM
Standard error codes.
|
static int |
EEXIST
Standard error codes.
|
static int |
EFAULT
Standard error codes.
|
static int |
EFBIG
Standard error codes.
|
static int |
EILSEQ
Standard error codes.
|
static int |
EINTR
Standard error codes.
|
static int |
EINVAL
Standard error codes.
|
static int |
EIO
Standard error codes.
|
static int |
EISDIR
Standard error codes.
|
static int |
EMFILE
Standard error codes.
|
static int |
EMLINK
Standard error codes.
|
static int |
ENAMETOOLONG
Standard error codes.
|
static int |
ENFILE
Standard error codes.
|
static int |
ENODEV
Standard error codes.
|
static int |
ENOENT
Standard error codes.
|
static int |
ENOEXEC
Standard error codes.
|
static int |
ENOLCK
Standard error codes.
|
static int |
ENOMEM
Standard error codes.
|
static int |
ENOSPC
Standard error codes.
|
static int |
ENOSYS
Standard error codes.
|
static int |
ENOTDIR
Standard error codes.
|
static int |
ENOTEMPTY
Standard error codes.
|
static int |
ENOTTY
Standard error codes.
|
static int |
ENXIO
Standard error codes.
|
static int |
EPERM
Standard error codes.
|
static int |
EPIPE
Standard error codes.
|
static int |
ERANGE
Standard error codes.
|
static int |
EROFS
Standard error codes.
|
static int |
ESPIPE
Standard error codes.
|
static int |
ESRCH
Standard error codes.
|
static int |
EXDEV
Standard error codes.
|
static int |
STRUNCATE
Standard error codes.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
errno()
Returns the integer variable
errno, which is set by system calls and some library functions in the event of an error to indicate what went
wrong. |
static int |
getErrno()
Returns the integer variable
errno, which is set by system calls and some library functions in the event of an error to indicate what went
wrong. |
public static final int EPERM
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENOENT
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ESRCH
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EINTR
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EIO
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENXIO
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int E2BIG
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENOEXEC
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EBADF
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ECHILD
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EAGAIN
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENOMEM
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EACCES
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EFAULT
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EBUSY
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EEXIST
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EXDEV
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENODEV
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENOTDIR
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EISDIR
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EINVAL
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENFILE
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EMFILE
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENOTTY
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EFBIG
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENOSPC
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ESPIPE
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EROFS
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EMLINK
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EPIPE
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EDOM
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ERANGE
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EDEADLK
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EDEADLOCK
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENAMETOOLONG
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENOLCK
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENOSYS
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int ENOTEMPTY
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int EILSEQ
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static final int STRUNCATE
EPERM - Operation not permittedENOENT - No such file or directoryESRCH - No such processEINTR - Interrupted functionEIO - I/O errorENXIO - No such device or addressE2BIG - Argument list too longENOEXEC - Exec format errorEBADF - Bad file numberECHILD - No spawned processesEAGAIN - No more processes or not enough memory or maximum nesting level reachedENOMEM - Not enough memoryEACCES - Permission deniedEFAULT - Bad addressEBUSY - Device or resource busyEEXIST - File existsEXDEV - Cross-device linkENODEV - No such deviceENOTDIR - Not a directoryEISDIR - Is a directoryEINVAL - Invalid argumentENFILE - Too many files open in systemEMFILE - Too many open filesENOTTY - Inappropriate I/O control operationEFBIG - File too largeENOSPC - No space left on deviceESPIPE - Invalid seekEROFS - Read-only file systemEMLINK - Too many linksEPIPE - Broken pipeEDOM - Math argumentERANGE - Result too largeEDEADLK - Resource deadlock would occurEDEADLOCK - Same as EDEADLK for compatibility with older Microsoft C versionsENAMETOOLONG - Filename too longENOLCK - No locks availableENOSYS - Function not supportedENOTEMPTY - Directory not emptyEILSEQ - Illegal byte sequenceSTRUNCATE - String was truncatedpublic static int errno()
errno, which is set by system calls and some library functions in the event of an error to indicate what went
wrong. Its value is significant only when the return value of the call indicated an error (i.e., -1 from most system calls; -1 or NULL from most
library functions); a function that succeeds is allowed to change errno.
LWJGL note: This function cannot be used after another JNI call to a function, because the last error resets before that call returns. For this
reason, LWJGL stores the last error in thread-local storage, you can use getErrno() to access it.
public static int getErrno()
errno, which is set by system calls and some library functions in the event of an error to indicate what went
wrong. Its value is significant only when the return value of the call indicated an error (i.e., -1 from most system calls; -1 or NULL from most
library functions); a function that succeeds is allowed to change errno.
LWJGL note: This method has a meaningful value only after another LWJGL JNI call. It does not return errno from errno.h, but the
thread-local error code stored by a previous JNI call.
Copyright LWJGL. All Rights Reserved. License terms.