Enum olm_rs::errors::OlmPkDecryptionError [−][src]
pub enum OlmPkDecryptionError {
BadAccountKey,
BadMessageMac,
InvalidBase64,
OutputBufferTooSmall,
InputBufferTooSmall,
Unknown(String),
}Expand description
All errors that could be caused by an operation regarding
OlmPkDecryption.
Errors are named exactly like the ones in libolm.
Variants
Tuple Fields of Unknown
0: StringTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.