Top   Module   Use   Manual   Index 

com :: sun :: star :: ucb ::

enum IOErrorCode


Description
Types of input/output errors.

See InteractionHandler for a description of what kinds of arguments InteractiveAugmentedIOException should use with each of these error codes.



Values

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