Exceptions
- exception domainrobot.exceptions.DomainrobotError[source]
Bases:
ExceptionBase exception for all domainrobot errors.
- exception domainrobot.exceptions.DomainrobotApiError(status_code, stid, messages, response_body)[source]
Bases:
DomainrobotErrorRaised when the API returns a non-2xx response.
- status_code
HTTP status code.
- stid
Server transaction ID.
- messages
Error messages from the API.
- response_body
Full response body dict.