Enum lockchain_core::errors::CryptoError [−][src]
pub enum CryptoError {
InvalidCryptoLayer,
FailedCrypto,
FailedKey,
}Variants
InvalidCryptoLayerProvided crypto layer is lacking features or missing
FailedCryptoFailed to initialise cryptography module
FailedKeyInvalid key or user identity
Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl StdError for Error[src]
impl StdError for Errorfn description(&self) -> &str1.0.0[src]
fn description(&self) -> &str1.0.0
[src]This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for Error[src]
impl Display for ErrorAuto Trait Implementations
impl Send for CryptoError
impl Send for CryptoErrorimpl Sync for CryptoError
impl Sync for CryptoError