Type Alias cosmian_findex::CoreError

source ·
pub type CoreError = Error<Never>;
Expand description

Alias used to represent a Findex error that does not originate from a callback.

Aliased Type§

enum CoreError {
    Crypto(String),
    CryptoCore(CryptoCoreError),
    Conversion(String),
    DbInterface(Never),
    Interrupt(String),
    Filter(String),
}

Variants§

§

Crypto(String)

§

CryptoCore(CryptoCoreError)

§

Conversion(String)

§

DbInterface(Never)

§

Interrupt(String)

§

Filter(String)