67 const std::string& description()
const;
76 bool operator==(
const Error &rhs)
const;
85 bool operator!=(
const Error &rhs)
const;
The user lacked the necessary permissions.
Definition: Error.h:29
ErrorCode
Set of possible error codes.
Definition: Error.h:14
A resource limit was reached.
Definition: Error.h:22
A required resource was not found.
Definition: Error.h:19
A required resource was exhausted.
Definition: Error.h:25
The request was invalid.
Definition: Error.h:24
The operation was invalid for the current version.
Definition: Error.h:27
There was no connection to the server.
Definition: Error.h:26
static const Error NoError
Error indicating that no error has occurred.
Definition: Error.h:35
Unexpected failure due to unknown reasons.
Definition: Error.h:17
A required resource was renamed.
Definition: Error.h:20
The operation completed successfully and no error has occured.
Definition: Error.h:16
Operation failed because the system is shutting down.
Definition: Error.h:28
The requested service was unavailable.
Definition: Error.h:18
An error occured in the communication protocol.
Definition: Error.h:23
The output of this operation already exists.
Definition: Error.h:21