Enum sgxs_loaders::sgx_enclave_common::LibraryError [−][src]
#[non_exhaustive]
pub enum LibraryError {
Show 19 variants
NotSupported,
InvalidSigstruct,
InvalidSignature,
InvalidAttribute,
InvalidMeasurement,
NotAuthorized,
InvalidEnclave,
EnclaveLost,
InvalidParameter,
OutOfMemory,
DeviceNoResources,
AlreadyInitialized,
InvalidAddress,
Retry,
InvalidSize,
NotInitialized,
Unexpected,
Other(u32),
PageTableFailure(IoError),
}
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Tuple Fields of Other
0: u32
Tuple Fields of PageTableFailure
0: IoError