easysnowdata.auth.CredentialError#

exception easysnowdata.auth.CredentialError(message: str, *, provider: str | None = None, docs_url: str | None = None)[source]#

Bases: Exception

Raised when a data provider’s credentials are missing or rejected.

provider#

Name of the auth provider ("earthdata", "earthengine", …) or None when raised outside the provider machinery.

docs_url#

Where the setup steps are documented.