Enum sgx_isa::ErrorCode [] [src]

#[repr(u32)]
pub enum ErrorCode { Success, InvalidSigStruct, InvalidAttribute, Blkstate, InvalidMeasurement, Notblockable, PgInvld, Lockfail, InvalidSignature, MacCompareFail, PageNotBlocked, NotTracked, VaSlotOccupied, ChildPresent, EnclaveAct, EntryepochLocked, InvalidEinitToken, PrevTrkIncmpl, PgIsSecs, PageAttributesMismatch, PageNotModifiable, PageNotDebuggable, InvalidCpusvn, InvalidIsvsvn, UnmaskedEvent, InvalidKeyname, }

Variants

Methods

impl ErrorCode
[src]

Trait Implementations

impl Clone for ErrorCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ErrorCode
[src]

impl Debug for ErrorCode
[src]

Formats the value using the given formatter.

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 Eq for ErrorCode
[src]