Enum der_parser::DerError [−][src]
pub enum DerError { DerTypeError, DerValueError, InvalidTag, InvalidLength, IntegerTooLarge, Unsupported, }
Variants
DerTypeError
Der object does not have the expected type
DerValueError
InvalidTag
InvalidLength
IntegerTooLarge
Der integer is too large to fit in a native type. Use as_bigint()
Unsupported
Trait Implementations
impl Debug for DerError
[src]
impl Debug for DerError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for DerError
[src]
impl PartialEq for DerError