Enum olm_rs::errors::OlmUtilityError[][src]

pub enum OlmUtilityError {
    InvalidBase64,
    OutputBufferTooSmall,
    BadMessageMac,
    Unknown,
}

All errors that could be caused by an operation regarding OlmUitlity. Errors are named exactly like the ones in libolm.

Variants

Trait Implementations

impl Debug for OlmUtilityError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for OlmUtilityError
[src]

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

This method tests for !=.

Auto Trait Implementations