Errors¶
JOSE errors.
-
exception
acme.jose.errors.DeserializationError[source]¶ Bases:
acme.jose.errors.ErrorJSON deserialization error.
-
exception
acme.jose.errors.SerializationError[source]¶ Bases:
acme.jose.errors.ErrorJSON serialization error.
-
exception
acme.jose.errors.UnrecognizedTypeError(typ, jobj)[source]¶ Bases:
acme.jose.errors.DeserializationErrorUnrecognized type error.
Variables: - typ (str) – The unrecognized type of the JSON object.
- jobj – Full JSON object.