sift_client.errors
¶
| CLASS | DESCRIPTION |
|---|---|
SiftWarning |
Base warning for Sift generated warnings. |
SiftExperimentalWarning |
Warning for experimental features. |
SiftCredentialsError |
Raised when Sift credentials cannot be resolved. |
SiftWarning
¶
Bases: UserWarning
Base warning for Sift generated warnings.
SiftExperimentalWarning
¶
Bases: SiftWarning
Warning for experimental features.
SiftCredentialsError
¶
Bases: ValueError
Raised when Sift credentials cannot be resolved.
Subclasses ValueError because that is what SiftClient raised for
unusable connection arguments before credential resolution existed.