server_errors#
Errors used in the client-server communication.
Full path: exa.common.errors.server_errors
Exceptions
|
Error raised when the request syntax is invalid or the method is unsupported in general. |
|
This error happens when there is a conflict with the current state of the resource. |
|
Error raised when the operation is forbidden for the user. |
|
Error raised when an unexpected error happened on the server side. |
|
Error raised when nothing was found with the given parameters. |
|
Error raised when the service is unavailable. |
|
Base class for station control errors used in client-server communication. |
|
Error raised when the user is not authorized. |
|
Error raised when something is unprocessable in general, for example if the input value is not acceptable. |