mxcubecore.HardwareObjects.abstract.PyISPyBRestClient#
Classes
|
REST client for PyISPyB. |
Exceptions
Raised when authentication refresh failed. |
|
Exception raised when no token is returned from authentication. |
|
Exception raised when a response from the server is unsuccessful (not 200). |
- exception mxcubecore.HardwareObjects.abstract.PyISPyBRestClient.AuthenticationExpired[source]#
Bases:
ExceptionRaised when authentication refresh failed.
- exception mxcubecore.HardwareObjects.abstract.PyISPyBRestClient.NoTokenException[source]#
Bases:
ExceptionException raised when no token is returned from authentication.