landstac.exceptions¶
Package-specific exceptions for landstac.
These exceptions make it easier to catch and handle common failure modes such as authentication issues, STAC search errors, and download problems.
Exceptions
Authentication failed or session is not authorized for the requested resource. |
|
Download failed or the remote server returned an error. |
|
STAC query failed or returned unexpected results. |
- exception landstac.exceptions.AuthError[source]¶
Bases:
RuntimeErrorAuthentication failed or session is not authorized for the requested resource.
- exception landstac.exceptions.DownloadError[source]¶
Bases:
RuntimeErrorDownload failed or the remote server returned an error.
- exception landstac.exceptions.StacError[source]¶
Bases:
RuntimeErrorSTAC query failed or returned unexpected results.