Enum olm_rs::errors::OlmAccountError [−][src]
pub enum OlmAccountError { BadAccountKey, BadMessageKeyId, InvalidBase64, NotEnoughRandom, OutputBufferTooSmall, Unknown, }
All errors that could be caused by an operation regarding an OlmAccount
.
Errors are named exactly like the ones in libolm.
Variants
BadAccountKey
BadMessageKeyId
InvalidBase64
NotEnoughRandom
OutputBufferTooSmall
Unknown
Trait Implementations
impl Debug for OlmAccountError
[src]
impl Debug for OlmAccountError
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 OlmAccountError
[src]
impl PartialEq for OlmAccountError
Auto Trait Implementations
impl Send for OlmAccountError
impl Send for OlmAccountError
impl Sync for OlmAccountError
impl Sync for OlmAccountError