[][src]Module der_parser::error

Enums

BerError

Constants

BER_CLASS_ERROR

Unexpected BER class

BER_INTEGER_TOO_LARGE

Integer too large

BER_INVALID_LENGTH

Invalid length for BER object

BER_MAX_DEPTH

Max recursion depth exceeded

BER_OBJ_TOOSHORT

Items contained in a structured object do not fill the entire container object

BER_STRUCT_ERROR

Unexpected BER structured flag

BER_TAG_ERROR

Unexpected BER tag

BER_TAG_UNKNOWN

Unknown or unsupported BER tag

BER_UNSUPPORTED

Unsupported object (parsing error)

DER_CONSTRAINT_FAIL

DER constraint violation

Type Definitions

DerError