You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When errors occur, the Planet SDK for Python exception hierarchy is as follows:
456
456
457
-
* All exceptions inherit from the base exception called `PlanetError`.
458
-
* Client-side errors are raised as `ClientError`.
459
-
* Server-side errors are raised as specific exceptions based on the http code. These specific exceptions all inherit from `APIError` and contain the original error message returned by the server.
457
+
* All exceptions inherit from the base exception called `PlanetError`.
458
+
* Client-side errors are raised as `ClientError`.
459
+
* Server-side errors are raised as specific exceptions based on the http code. These specific exceptions all inherit from `APIError` and contain the original error message returned by the server.
0 commit comments