public enum LastError extends Enum<LastError> implements Constant
Modifier and Type | Field and Description |
---|---|
static long |
MAX_VALUE |
static long |
MIN_VALUE |
Modifier and Type | Method and Description |
---|---|
boolean |
defined() |
int |
intValue() |
long |
longValue() |
String |
toString() |
int |
value() |
static LastError |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LastError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LastError ERROR_INVALID_FUNCTION
public static final LastError ERROR_FILE_NOT_FOUND
public static final LastError ERROR_PATH_NOT_FOUND
public static final LastError ERROR_TOO_MANY_OPEN_FILES
public static final LastError ERROR_ACCESS_DENIED
public static final LastError ERROR_INVALID_HANDLE
public static final LastError ERROR_ARENA_TRASHED
public static final LastError ERROR_NOT_ENOUGH_MEMORY
public static final LastError ERROR_INVALID_BLOCK
public static final LastError ERROR_BAD_ENVIRONMENT
public static final LastError ERROR_BAD_FORMAT
public static final LastError ERROR_INVALID_ACCESS
public static final LastError ERROR_INVALID_DATA
public static final LastError ERROR_INVALID_DRIVE
public static final LastError ERROR_CURRENT_DIRECTORY
public static final LastError ERROR_NOT_SAME_DEVICE
public static final LastError ERROR_NO_MORE_FILES
public static final LastError ERROR_WRITE_PROTECT
public static final LastError ERROR_BAD_UNIT
public static final LastError ERROR_NOT_READY
public static final LastError ERROR_BAD_COMMAND
public static final LastError ERROR_CRC
public static final LastError ERROR_BAD_LENGTH
public static final LastError ERROR_SEEK
public static final LastError ERROR_NOT_DOS_DISK
public static final LastError ERROR_SECTOR_NOT_FOUND
public static final LastError ERROR_OUT_OF_PAPER
public static final LastError ERROR_WRITE_FAULT
public static final LastError ERROR_READ_FAULT
public static final LastError ERROR_GEN_FAILURE
public static final LastError ERROR_LOCK_VIOLATION
public static final LastError ERROR_SHARING_VIOLATION
public static final LastError ERROR_WRONG_DISK
public static final LastError ERROR_SHARING_BUFFER_EXCEEDED
public static final LastError ERROR_BAD_NETPATH
public static final LastError ERROR_NETWORK_ACCESS_DENIED
public static final LastError ERROR_BAD_NET_NAME
public static final LastError ERROR_FILE_EXISTS
public static final LastError ERROR_CANNOT_MAKE
public static final LastError ERROR_FAIL_I24
public static final LastError ERROR_INVALID_PARAMETER
public static final LastError ERROR_NO_PROC_SLOTS
public static final LastError ERROR_DRIVE_LOCKED
public static final LastError ERROR_BROKEN_PIPE
public static final LastError ERROR_DISK_FULL
public static final LastError ERROR_INVALID_TARGET_HANDLE
public static final LastError ERROR_WAIT_NO_CHILDREN
public static final LastError ERROR_CHILD_NOT_COMPLETE
public static final LastError ERROR_DIRECT_ACCESS_HANDLE
public static final LastError ERROR_NEGATIVE_SEEK
public static final LastError ERROR_SEEK_ON_DEVICE
public static final LastError ERROR_DIR_NOT_EMPTY
public static final LastError ERROR_DIRECTORY
public static final LastError ERROR_NOT_LOCKED
public static final LastError ERROR_BAD_PATHNAME
public static final LastError ERROR_MAX_THRDS_REACHED
public static final LastError ERROR_LOCK_FAILED
public static final LastError ERROR_ALREADY_EXISTS
public static final LastError ERROR_INVALID_STARTING_CODESEG
public static final LastError ERROR_INVALID_STACKSEG
public static final LastError ERROR_INVALID_MODULETYPE
public static final LastError ERROR_INVALID_EXE_SIGNATURE
public static final LastError ERROR_EXE_MARKED_INVALID
public static final LastError ERROR_BAD_EXE_FORMAT
public static final LastError ERROR_ITERATED_DATA_EXCEEDS_64k
public static final LastError ERROR_INVALID_MINALLOCSIZE
public static final LastError ERROR_DYNLINK_FROM_INVALID_RING
public static final LastError ERROR_IOPL_NOT_ENABLED
public static final LastError ERROR_INVALID_SEGDPL
public static final LastError ERROR_AUTODATASEG_EXCEEDS_64k
public static final LastError ERROR_RING2SEG_MUST_BE_MOVABLE
public static final LastError ERROR_RELOC_CHAIN_XEEDS_SEGLIM
public static final LastError ERROR_INFLOOP_IN_RELOC_CHAIN
public static final LastError ERROR_FILENAME_EXCED_RANGE
public static final LastError ERROR_NESTING_NOT_ALLOWED
public static final LastError ERROR_BAD_PIPE
public static final LastError ERROR_PIPE_BUSY
public static final LastError ERROR_NO_DATA
public static final LastError ERROR_PIPE_NOT_CONNECTED
public static final LastError ERROR_OPERATION_ABORTED
public static final LastError ERROR_NOT_ENOUGH_QUOTA
public static final LastError ERROR_MOD_NOT_FOUND
public static final LastError WSAEINTR
public static final LastError WSAEBADF
public static final LastError WSAEACCES
public static final LastError WSAEFAULT
public static final LastError WSAEINVAL
public static final LastError WSAEMFILE
public static final LastError WSAEWOULDBLOCK
public static final LastError WSAEINPROGRESS
public static final LastError WSAEALREADY
public static final LastError WSAENOTSOCK
public static final LastError WSAEDESTADDRREQ
public static final LastError WSAEMSGSIZE
public static final LastError WSAEPROTOTYPE
public static final LastError WSAENOPROTOOPT
public static final LastError WSAEPROTONOSUPPORT
public static final LastError WSAESOCKTNOSUPPORT
public static final LastError WSAEOPNOTSUPP
public static final LastError WSAEPFNOSUPPORT
public static final LastError WSAEAFNOSUPPORT
public static final LastError WSAEADDRINUSE
public static final LastError WSAEADDRNOTAVAIL
public static final LastError WSAENETDOWN
public static final LastError WSAENETUNREACH
public static final LastError WSAENETRESET
public static final LastError WSAECONNABORTED
public static final LastError WSAECONNRESET
public static final LastError WSAENOBUFS
public static final LastError WSAEISCONN
public static final LastError WSAENOTCONN
public static final LastError WSAESHUTDOWN
public static final LastError WSAETOOMANYREFS
public static final LastError WSAETIMEDOUT
public static final LastError WSAECONNREFUSED
public static final LastError WSAELOOP
public static final LastError WSAENAMETOOLONG
public static final LastError WSAEHOSTDOWN
public static final LastError WSAEHOSTUNREACH
public static final LastError WSAENOTEMPTY
public static final LastError WSAEPROCLIM
public static final LastError WSAEUSERS
public static final LastError WSAEDQUOT
public static final LastError WSAESTALE
public static final LastError WSAEREMOTE
public static final LastError WSASYSNOTREADY
public static final LastError WSAVERNOTSUPPORTED
public static final LastError WSANOTINITIALISED
public static final LastError WSAEDISCON
public static final LastError WSAENOMORE
public static final LastError WSAECANCELLED
public static final LastError WSAEINVALIDPROCTABLE
public static final LastError WSAEINVALIDPROVIDER
public static final LastError WSAEPROVIDERFAILEDINIT
public static final LastError WSASYSCALLFAILURE
public static final LastError WSASERVICE_NOT_FOUND
public static final LastError WSATYPE_NOT_FOUND
public static final LastError WSA_E_NO_MORE
public static final LastError WSA_E_CANCELLED
public static final LastError WSAEREFUSED
public static final LastError WSAHOST_NOT_FOUND
public static final LastError WSATRY_AGAIN
public static final LastError WSANO_RECOVERY
public static final LastError WSANO_DATA
public static final long MIN_VALUE
public static final long MAX_VALUE
public static LastError[] values()
for (LastError c : LastError.values()) System.out.println(c);
public static LastError valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int value()
Copyright © 2017. All Rights Reserved.