Enum fix_checksum::FIXChecksumValidatorError [] [src]

pub enum FIXChecksumValidatorError {
    InvalidEmptyMessage,
    ChecksumFieldNotFound,
    ChecksumFieldInvalidFormat(ParseIntError),
}

Variants

Trait Implementations

impl PartialEq for FIXChecksumValidatorError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for FIXChecksumValidatorError
[src]

Formats the value using the given formatter.

impl Display for FIXChecksumValidatorError
[src]

Formats the value using the given formatter. Read more

impl Error for FIXChecksumValidatorError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more