| Enumerator |
|---|
| OK | No Error report.
|
| PartialDone | Request executed partially.
|
| WebDavPropertiesParsingError | Error in the Webdav properties parsing.
|
| UriParsingError | Error in the Webdav properties parsing.
|
| SessionCreationError | impossible to create a session
|
| NameResolutionFailure | DNS resolution failure.
|
| ConnectionProblem | Impossible to connect, host down or network problem.
|
| RedirectionNeeded | redirection is needed manually
|
| ConnectionTimeout | Impossible to connect, host down or network problem.
|
| OperationTimeout | operation timeout
|
| OperationNonSupported | this operation is not supported
|
| IsNotADirectory | Action impossible, is a directory or a collection.
|
| InvalidFileHandle | Invalid file descriptor.
|
| AlreadyRunning | Request already running.
|
| AuthenticationError | Authentication Error.
|
| AuthentificationError | Misspelled - kept for backward compatibility.
|
| LoginPasswordError | Wrong Login and/or Password.
|
| CredentialNotFound | Impossible to find specified credential.
|
| PermissionRefused | Permission deny, Authorisation problem ( EACCESS, EPERM ).
|
| FileNotFound | File not found (ENOENT ).
|
| IsADirectory | This file is not a regular file but a directory ( EISDIR ).
|
| SystemError | System call related error.
|
| FileExist | File already exist ( EEXIST ).
|
| InvalidArgument | Invalid argument from user ( EINVAL ).
|
| InvalidServerResponse | Server answer problem ( > 500 ).
|
| SSLError | SSL/TLS layer Error.
|
| CredDecryptionError | Impossible to decrypt client credential for usage.
|
| Canceled | Operation canceled.
|
| DelegationError | Delegation error.
|
| RemoteError | Remote error. Used for third party copies: it means the destination failed.
|
| ParsingError | Generic Parsing Error.
|
| InvalidHook | Invalid Hook type.
|
| TimeoutRedirectionError | Connection timeout during a redirection.
|
| TooManyRedirects | Too many redirects.
|
| InsufficientStorage | Insufficient storage.
|
| EnvVarNotSet | Environment Variable Missing.
|
| UnknownError | Undefined error.
|
| UnknowError | Misspelled - kept for backward compatibility.
|