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