station_control_errors#
Errors used in the station control client-server communication.
Full path: exa.common.errors.station_control_errors
Functions
Map a StationControlError to an HTTPStatus code. |
|
|
Map an HTTPStatus code to a StationControlError. |
Exceptions
|
Error raised when there are invalid responses from another server/proxy. |
|
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 the gateway server did not receive a timely response. |
|
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. |
|
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. |