LibreOffice
LibreOffice 24.8 SDK API Reference
 
Loading...
Searching...
No Matches
IOErrorCode.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20
21
22module com { module sun { module star { module ucb {
23
180
181
182}; }; }; };
183
184/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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