Values' Details |
ABORT
ABORT,
- Description
- An operation was aborted.
|
|
ACCESS_DENIED
ACCESS_DENIED,
- Description
- An object cannot be accessed due to insufficient user rights.
|
|
ALREADY_EXISTING
ALREADY_EXISTING,
- Description
- An object already exists.
|
|
BAD_CRC
BAD_CRC,
- Description
- A bad checksum.
|
|
CANT_CREATE
CANT_CREATE,
- Description
- An object could not be created.
|
|
CANT_READ
CANT_READ,
- Description
- Data could not be read from a file.
|
|
CANT_SEEK
CANT_SEEK,
- Description
- A seek operation could not be run.
|
|
CANT_TELL
CANT_TELL,
- Description
- A tell operation could not be run.
|
|
CANT_WRITE
CANT_WRITE,
- Description
- Data could not be written to a file.
|
|
CURRENT_DIRECTORY
CURRENT_DIRECTORY,
- Description
- A function is not possible because the path contains the current
directory.
|
|
DEVICE_NOT_READY
DEVICE_NOT_READY,
- Description
- A device (drive) not ready.
|
|
DIFFERENT_DEVICES
DIFFERENT_DEVICES,
- Description
- A function is not possible because the devices (drives) are not
identical.
|
|
GENERAL
GENERAL,
- Description
- A general input/output error.
|
|
INVALID_ACCESS
INVALID_ACCESS,
- Description
- An invalid attempt was made to access an object.
|
|
INVALID_CHARACTER
INVALID_CHARACTER,
- Description
- A file name contains invalid characters.
|
|
INVALID_DEVICE
INVALID_DEVICE,
- Description
- A specified device is invalid.
|
|
INVALID_LENGTH
INVALID_LENGTH,
- Description
- Invalid data length.
|
|
INVALID_PARAMETER
INVALID_PARAMETER,
- Description
- An operation was started with an invalid parameter.
|
|
IS_WILDCARD
IS_WILDCARD,
- Description
- An operation cannot be run on file names containing wildcards.
|
|
LOCKING_VIOLATION
LOCKING_VIOLATION,
- Description
- A locking problem.
|
|
MISPLACED_CHARACTER
MISPLACED_CHARACTER,
- Description
- An invalid file name.
|
|
NAME_TOO_LONG
NAME_TOO_LONG,
- Description
- A file name is too long.
|
|
NOT_EXISTING
NOT_EXISTING,
- Description
- A nonexistent object.
|
|
NOT_EXISTING_PATH
NOT_EXISTING_PATH,
- Description
- The path to a file does not exist.
|
|
NOT_SUPPORTED
NOT_SUPPORTED,
- Description
- An action is not supported.
|
|
NO_DIRECTORY
NO_DIRECTORY,
- Description
- An object is not a directory.
|
|
NO_FILE
NO_FILE,
- Description
- An object is not a file.
|
|
OUT_OF_DISK_SPACE
OUT_OF_DISK_SPACE,
- Description
- No more space on a device.
|
|
OUT_OF_FILE_HANDLES
OUT_OF_FILE_HANDLES,
- Description
- No more file handles available.
|
|
OUT_OF_MEMORY
OUT_OF_MEMORY,
- Description
- An operation could not be run due to insufficient memory.
|
|
PENDING
PENDING,
- Description
- An operation is still pending.
|
|
RECURSIVE
RECURSIVE,
- Description
- An object cannot be copied into itself.
|
|
UNKNOWN
UNKNOWN,
- Description
- An unknown I/O error has occurred.
|
|
WRITE_PROTECTED
WRITE_PROTECTED,
- Description
- A function is not possible because the object is write protected.
|
|
WRONG_FORMAT
WRONG_FORMAT,
- Description
- An incorrect file format.
|
|
WRONG_VERSION
WRONG_VERSION,
- Description
- An incorrect file version.
|
|