landtransportsg.exceptions
Exceptions that could occur when interacting with any API endpoint.
-
exception landtransportsg.exceptions.APIError(message: str, errors: list[str] | None = None)
Bases: Exception
Error when the API returns an error.
- Parameters:
-
- Return type:
None