Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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

enum IOErrorCode
Description
Types of input/output errors.

See ::com::sun::star::task::InteractionHandler for a description of what kinds of arguments InteractiveAugmentedIOException should use with each of these error codes.


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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.