Enum indy_crypto::ffi::ErrorCode[][src]

#[repr(usize)]
pub enum ErrorCode { Success, CommonInvalidParam1, CommonInvalidParam2, CommonInvalidParam3, CommonInvalidParam4, CommonInvalidParam5, CommonInvalidParam6, CommonInvalidParam7, CommonInvalidParam8, CommonInvalidParam9, CommonInvalidParam10, CommonInvalidParam11, CommonInvalidParam12, CommonInvalidState, CommonInvalidStructure, CommonIOError, AnoncredsRevocationAccumulatorIsFull, AnoncredsInvalidRevocationAccumulatorIndex, AnoncredsCredentialRevoked, AnoncredsProofRejected, }

Variants

Trait Implementations

impl Debug for ErrorCode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ErrorCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for ErrorCode
[src]

impl Clone for ErrorCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ErrorCode

impl Sync for ErrorCode