LibreOffice
LibreOffice 24.2 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 
20 
21 
22 module com { module sun { module star { module ucb {
23 
31 published enum IOErrorCode
32 {
36 
40 
44 
48 
52 
56 
60 
64 
68 
73 
77 
82 
86 
90 
94 
98 
102 
106 
110 
114 
118 
122 
126 
130 
134 
138 
142 
146 
150 
154 
158 
162 
165  UNKNOWN,
166 
170 
174 
178 
179 };
180 
181 
182 }; }; }; };
183 
184 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
A function is not possible because the object is write protected.
Definition: IOErrorCode.idl:169
An action is not supported.
Definition: IOErrorCode.idl:133
A nonexistent object.
Definition: IOErrorCode.idl:125
An object is not a file.
Definition: IOErrorCode.idl:141
An operation is still pending.
Definition: IOErrorCode.idl:157
const long UNKNOWN
This value is deprecated.
Definition: FailReason.idl:69
A device (drive) not ready.
Definition: IOErrorCode.idl:76
A general input/output error.
Definition: IOErrorCode.idl:85
An object already exists.
Definition: IOErrorCode.idl:43
Definition: Ambiguous.idl:20
The path to a file does not exist.
Definition: IOErrorCode.idl:129
An invalid file name.
Definition: IOErrorCode.idl:117
A bad checksum.
Definition: IOErrorCode.idl:47
An invalid attempt was made to access an object.
Definition: IOErrorCode.idl:89
Invalid data length.
Definition: IOErrorCode.idl:101
A function is not possible because the path contains the current directory.
Definition: IOErrorCode.idl:72
A specified device is invalid.
Definition: IOErrorCode.idl:97
An object could not be created.
Definition: IOErrorCode.idl:51
A tell operation could not be run.
Definition: IOErrorCode.idl:63
A function is not possible because the devices (drives) are not identical.
Definition: IOErrorCode.idl:81
An object is not a directory.
Definition: IOErrorCode.idl:137
A file name contains invalid characters.
Definition: IOErrorCode.idl:93
A locking problem.
Definition: IOErrorCode.idl:113
An incorrect file format.
Definition: IOErrorCode.idl:173
An operation was started with an invalid parameter.
Definition: IOErrorCode.idl:105
An incorrect file version.
Definition: IOErrorCode.idl:177
A seek operation could not be run.
Definition: IOErrorCode.idl:59
An object cannot be accessed due to insufficient user rights.
Definition: IOErrorCode.idl:39
Data could not be read from a file.
Definition: IOErrorCode.idl:55
Data could not be written to a file.
Definition: IOErrorCode.idl:67
An operation cannot be run on file names containing wildcards.
Definition: IOErrorCode.idl:109
A file name is too long.
Definition: IOErrorCode.idl:121
No more space on a device.
Definition: IOErrorCode.idl:145
An object cannot be copied into itself.
Definition: IOErrorCode.idl:161
IOErrorCode
Types of input/output errors.
Definition: IOErrorCode.idl:31
An operation could not be run due to insufficient memory.
Definition: IOErrorCode.idl:153
An operation was aborted.
Definition: IOErrorCode.idl:35
No more file handles available.
Definition: IOErrorCode.idl:149