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

AuthError

Authentication failed or session is not authorized for the requested resource.

DownloadError

Download failed or the remote server returned an error.

StacError

STAC query failed or returned unexpected results.

exception landstac.exceptions.AuthError[source]

Bases: RuntimeError

Authentication failed or session is not authorized for the requested resource.

exception landstac.exceptions.DownloadError[source]

Bases: RuntimeError

Download failed or the remote server returned an error.

exception landstac.exceptions.StacError[source]

Bases: RuntimeError

STAC query failed or returned unexpected results.