Exceptions#
- class grad300_client.Grad300APIError[source]#
Bases:
Grad300ErrorException raised for API error responses.
- response_body#
Parsed response payload, when available.
- Type:
Any | None
- class grad300_client.AuthenticationError[source]#
Bases:
Grad300APIErrorRaised when authentication fails or token is missing/invalid.