22module
com { module sun { module star { module ucb {
IOErrorCode
Types of input/output errors.
Definition IOErrorCode.idl:32
@ INVALID_PARAMETER
An operation was started with an invalid parameter.
Definition IOErrorCode.idl:105
@ PENDING
An operation is still pending.
Definition IOErrorCode.idl:157
@ NO_DIRECTORY
An object is not a directory.
Definition IOErrorCode.idl:137
@ NOT_EXISTING_PATH
The path to a file does not exist.
Definition IOErrorCode.idl:129
@ IS_WILDCARD
An operation cannot be run on file names containing wildcards.
Definition IOErrorCode.idl:109
@ INVALID_ACCESS
An invalid attempt was made to access an object.
Definition IOErrorCode.idl:89
@ DEVICE_NOT_READY
A device (drive) not ready.
Definition IOErrorCode.idl:76
@ LOCKING_VIOLATION
A locking problem.
Definition IOErrorCode.idl:113
@ CANT_WRITE
Data could not be written to a file.
Definition IOErrorCode.idl:67
@ WRITE_PROTECTED
A function is not possible because the object is write protected.
Definition IOErrorCode.idl:169
@ CURRENT_DIRECTORY
A function is not possible because the path contains the current directory.
Definition IOErrorCode.idl:72
@ NOT_EXISTING
A nonexistent object.
Definition IOErrorCode.idl:125
@ RECURSIVE
An object cannot be copied into itself.
Definition IOErrorCode.idl:161
@ ABORT
An operation was aborted.
Definition IOErrorCode.idl:35
@ CANT_TELL
A tell operation could not be run.
Definition IOErrorCode.idl:63
@ WRONG_VERSION
An incorrect file version.
Definition IOErrorCode.idl:177
@ INVALID_LENGTH
Invalid data length.
Definition IOErrorCode.idl:101
@ OUT_OF_DISK_SPACE
No more space on a device.
Definition IOErrorCode.idl:145
@ NOT_SUPPORTED
An action is not supported.
Definition IOErrorCode.idl:133
@ ACCESS_DENIED
An object cannot be accessed due to insufficient user rights.
Definition IOErrorCode.idl:39
@ GENERAL
A general input/output error.
Definition IOErrorCode.idl:85
@ CANT_READ
Data could not be read from a file.
Definition IOErrorCode.idl:55
@ NO_FILE
An object is not a file.
Definition IOErrorCode.idl:141
@ UNKNOWN
Unknown.
Definition ContentCreationError.idl:30
@ WRONG_FORMAT
An incorrect file format.
Definition IOErrorCode.idl:173
@ NAME_TOO_LONG
A file name is too long.
Definition IOErrorCode.idl:121
@ MISPLACED_CHARACTER
An invalid file name.
Definition IOErrorCode.idl:117
@ INVALID_CHARACTER
A file name contains invalid characters.
Definition IOErrorCode.idl:93
@ OUT_OF_MEMORY
An operation could not be run due to insufficient memory.
Definition IOErrorCode.idl:153
@ BAD_CRC
A bad checksum.
Definition IOErrorCode.idl:47
@ DIFFERENT_DEVICES
A function is not possible because the devices (drives) are not identical.
Definition IOErrorCode.idl:81
@ OUT_OF_FILE_HANDLES
No more file handles available.
Definition IOErrorCode.idl:149
@ ALREADY_EXISTING
An object already exists.
Definition IOErrorCode.idl:43
@ INVALID_DEVICE
A specified device is invalid.
Definition IOErrorCode.idl:97
@ CANT_SEEK
A seek operation could not be run.
Definition IOErrorCode.idl:59
@ CANT_CREATE
An object could not be created.
Definition IOErrorCode.idl:51
Definition Ambiguous.idl:20