IbisError¶
Class in module ibisclient.dto
-
class
IbisError
(attrs={})¶ Bases:
ibisclient.dto.IbisDto
Class representing an error returned by the web service API.
Code author: Dean Rasheed (dev-group@ucs.cam.ac.uk)
-
code
¶ - str
A short textual description of the error status code.
-
details
¶ - str
The full details of the error (e.g., a Java stack trace).
-
message
¶ - str
A short textual description of the error message (typically one line).
-
status
¶ - int
The HTTP error status code.
-