valo_api_official.exceptions package
Submodules
valo_api_official.exceptions.rate_limit module
Classes:
Functions:
Returns the current rate limit for the API. |
valo_api_official.exceptions.valo_api_exception module
Exceptions:
|
Base exception for all exceptions in the Valo API. |
- exception ValoAPIException(response)
Bases:
ExceptionBase exception for all exceptions in the Valo API.
- property status: str | None
Return the status code of the response.
- Returns:
The status code of the response.
- property message: str | None
Return the error message of the response.
- Returns:
The error message of the response.