PyAsn1Error¶
-
class
pyasn1.error.PyAsn1Error¶ Create pyasn1 exception object
The PyAsn1Error exception represents generic, usually fatal, error.
ValueConstraintError¶
-
class
pyasn1.error.ValueConstraintError¶ Create pyasn1 exception object
The ValueConstraintError exception indicates an ASN.1 value constraint violation.
SubstrateUnderrunError¶
-
class
pyasn1.error.SubstrateUnderrunError¶ Create pyasn1 exception object
The SubstrateUnderrunError exception indicates insufficient serialised data on input of a de-serialization routine.