[][src]Enum aesm_client::AesmError

pub enum AesmError {
    UnexpectedError_1,
    NoDeviceError_2,
    ParameterError_3,
    EpidblobError_4,
    EpidRevokedError_5,
    GetLicensetokenError_6,
    SessionInvalid_7,
    MaxNumSessionReached_8,
    PsdaUnavailable_9,
    EphSessionFailed_10,
    LongTermPairingFailed_11,
    NetworkError_12,
    NetworkBusyError_13,
    ProxySettingAssist_14,
    FileAccessError_15,
    SgxProvisionFailed_16,
    ServiceStopped_17,
    Busy_18,
    BackendServerBusy_19,
    UpdateAvailable_20,
    OutOfMemoryError_21,
    MsgError_22,
    ThreadError_23,
    SgxDeviceNotAvailable_24,
    EnableSgxDeviceFailed_25,
    PlatformInfoBlobInvalidSig_26,
    ServiceNotAvailable_27,
    KdfMismatch_28,
    OutOfEpc_29,
    ServiceUnavailable_30,
    UnrecognizedPlatform_31,
    EcdsaIdMismatch_32,
    PathnameBufferOverflow_33,
    ErrorStoredKey_34,
    PubKeyIdMismatch_35,
    InvalidPceSigScheme_36,
    AttKeyBlobError_37,
    UnsupportedAttKeyId_38,
    UnsupportedLoadingPolicy_39,
    InterfaceUnavailable_40,
    PlatformLibUnavailable_41,
    AttKeyNotInitialized_42,
    AttKeyCertDataInvalid_43,
    NoPlatformCertData_44,
    ReportError_45,
    EnclaveLost_46,
    InvalidReport_47,
    EnclaveLoadError_48,
    UnableToGenerateQeReport_49,
    KeyCertificationError_50,
    Unknown(u32),
}

Variants

UnexpectedError_1NoDeviceError_2ParameterError_3EpidblobError_4EpidRevokedError_5GetLicensetokenError_6SessionInvalid_7MaxNumSessionReached_8PsdaUnavailable_9EphSessionFailed_10LongTermPairingFailed_11NetworkError_12NetworkBusyError_13ProxySettingAssist_14FileAccessError_15SgxProvisionFailed_16ServiceStopped_17Busy_18BackendServerBusy_19UpdateAvailable_20OutOfMemoryError_21MsgError_22ThreadError_23SgxDeviceNotAvailable_24EnableSgxDeviceFailed_25PlatformInfoBlobInvalidSig_26ServiceNotAvailable_27KdfMismatch_28OutOfEpc_29ServiceUnavailable_30UnrecognizedPlatform_31EcdsaIdMismatch_32PathnameBufferOverflow_33ErrorStoredKey_34PubKeyIdMismatch_35InvalidPceSigScheme_36AttKeyBlobError_37UnsupportedAttKeyId_38UnsupportedLoadingPolicy_39InterfaceUnavailable_40PlatformLibUnavailable_41AttKeyNotInitialized_42AttKeyCertDataInvalid_43NoPlatformCertData_44ReportError_45EnclaveLost_46InvalidReport_47EnclaveLoadError_48UnableToGenerateQeReport_49KeyCertificationError_50Unknown(u32)

Trait Implementations

impl From<u32> for AesmError[src]

impl Clone for AesmError[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Copy for AesmError[src]

impl Debug for AesmError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]