easysnowdata.auth.CredentialError#
- exception easysnowdata.auth.CredentialError(message: str, *, provider: str | None = None, docs_url: str | None = None)[source]#
Bases:
ExceptionRaised when a data provider’s credentials are missing or rejected.
- provider#
Name of the auth provider (
"earthdata","earthengine", …) orNonewhen raised outside the provider machinery.
- docs_url#
Where the setup steps are documented.