LibreOffice
LibreOffice 7.4 SDK API Reference
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 #ifndef __com_sun_star_ucb_IOErrorCode_idl__
20 #define __com_sun_star_ucb_IOErrorCode_idl__
21 
22 
23 
24 module com { module sun { module star { module ucb {
25 
33 published enum IOErrorCode
34 {
38 
42 
46 
50 
54 
58 
62 
66 
70 
75 
79 
84 
88 
92 
96 
100 
104 
108 
112 
116 
120 
124 
128 
132 
136 
140 
144 
148 
152 
156 
160 
164 
167  UNKNOWN,
168 
172 
176 
180 
181 };
182 
183 
184 }; }; }; };
185 
186 #endif
187 
188 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const long UNKNOWN
This value is deprecated.
Definition: FailReason.idl:71
IOErrorCode
Types of input/output errors.
Definition: IOErrorCode.idl:34
@ INVALID_PARAMETER
An operation was started with an invalid parameter.
Definition: IOErrorCode.idl:107
@ PENDING
An operation is still pending.
Definition: IOErrorCode.idl:159
@ NO_DIRECTORY
An object is not a directory.
Definition: IOErrorCode.idl:139
@ NOT_EXISTING_PATH
The path to a file does not exist.
Definition: IOErrorCode.idl:131
@ IS_WILDCARD
An operation cannot be run on file names containing wildcards.
Definition: IOErrorCode.idl:111
@ INVALID_ACCESS
An invalid attempt was made to access an object.
Definition: IOErrorCode.idl:91
@ DEVICE_NOT_READY
A device (drive) not ready.
Definition: IOErrorCode.idl:78
@ LOCKING_VIOLATION
A locking problem.
Definition: IOErrorCode.idl:115
@ CANT_WRITE
Data could not be written to a file.
Definition: IOErrorCode.idl:69
@ WRITE_PROTECTED
A function is not possible because the object is write protected.
Definition: IOErrorCode.idl:171
@ CURRENT_DIRECTORY
A function is not possible because the path contains the current directory.
Definition: IOErrorCode.idl:74
@ NOT_EXISTING
A nonexistent object.
Definition: IOErrorCode.idl:127
@ RECURSIVE
An object cannot be copied into itself.
Definition: IOErrorCode.idl:163
@ ABORT
An operation was aborted.
Definition: IOErrorCode.idl:37
@ CANT_TELL
A tell operation could not be run.
Definition: IOErrorCode.idl:65
@ WRONG_VERSION
An incorrect file version.
Definition: IOErrorCode.idl:179
@ INVALID_LENGTH
Invalid data length.
Definition: IOErrorCode.idl:103
@ OUT_OF_DISK_SPACE
No more space on a device.
Definition: IOErrorCode.idl:147
@ NOT_SUPPORTED
An action is not supported.
Definition: IOErrorCode.idl:135
@ ACCESS_DENIED
An object cannot be accessed due to insufficient user rights.
Definition: IOErrorCode.idl:41
@ GENERAL
A general input/output error.
Definition: IOErrorCode.idl:87
@ CANT_READ
Data could not be read from a file.
Definition: IOErrorCode.idl:57
@ NO_FILE
An object is not a file.
Definition: IOErrorCode.idl:143
@ WRONG_FORMAT
An incorrect file format.
Definition: IOErrorCode.idl:175
@ NAME_TOO_LONG
A file name is too long.
Definition: IOErrorCode.idl:123
@ MISPLACED_CHARACTER
An invalid file name.
Definition: IOErrorCode.idl:119
@ INVALID_CHARACTER
A file name contains invalid characters.
Definition: IOErrorCode.idl:95
@ OUT_OF_MEMORY
An operation could not be run due to insufficient memory.
Definition: IOErrorCode.idl:155
@ BAD_CRC
A bad checksum.
Definition: IOErrorCode.idl:49
@ DIFFERENT_DEVICES
A function is not possible because the devices (drives) are not identical.
Definition: IOErrorCode.idl:83
@ OUT_OF_FILE_HANDLES
No more file handles available.
Definition: IOErrorCode.idl:151
@ ALREADY_EXISTING
An object already exists.
Definition: IOErrorCode.idl:45
@ INVALID_DEVICE
A specified device is invalid.
Definition: IOErrorCode.idl:99
@ CANT_SEEK
A seek operation could not be run.
Definition: IOErrorCode.idl:61
@ CANT_CREATE
An object could not be created.
Definition: IOErrorCode.idl:53
Definition: Ambiguous.idl:22