Skip to content

Exceptions

cdse.exceptions

Custom exceptions for CDSE Client.

CDSEError

Bases: Exception

Base exception for CDSE Client errors.

AuthenticationError

Bases: CDSEError

Raised when authentication fails.

CatalogError

Bases: CDSEError

Raised when catalog search fails.

DownloadError

Bases: CDSEError

Raised when download fails.

ValidationError

Bases: CDSEError

Raised when input validation fails.