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
InvalidBase64
OutputBufferTooSmall
BadMessageMac
Unknown
Trait Implementations
impl Debug for OlmUtilityError
[src]
impl Debug for OlmUtilityError
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 OlmUtilityError
[src]
impl PartialEq for OlmUtilityError
Auto Trait Implementations
impl Send for OlmUtilityError
impl Send for OlmUtilityError
impl Sync for OlmUtilityError
impl Sync for OlmUtilityError