Enum tss2_fapi_rs::ErrorCode
pub enum ErrorCode {
TpmError(Tpm2ErrorCode),
FapiError(BaseErrorCode),
EsysApiError(BaseErrorCode),
SysApiError(BaseErrorCode),
MuApiError(BaseErrorCode),
TctiError(BaseErrorCode),
ResMgrError(BaseErrorCode),
ResMgrTpmError(BaseErrorCode),
OtherError(BaseErrorCode),
InternalError(InternalError),
}
Expand description
The error type for FAPI operations, used by the FapiContext
struct.
Variants§
TpmError(Tpm2ErrorCode)
FapiError(BaseErrorCode)
EsysApiError(BaseErrorCode)
SysApiError(BaseErrorCode)
MuApiError(BaseErrorCode)
TctiError(BaseErrorCode)
ResMgrError(BaseErrorCode)
ResMgrTpmError(BaseErrorCode)
OtherError(BaseErrorCode)
InternalError(InternalError)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorCode
impl RefUnwindSafe for ErrorCode
impl Send for ErrorCode
impl Sync for ErrorCode
impl Unpin for ErrorCode
impl UnwindSafe for ErrorCode
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more