Module error

Source
Expand description

Module for categorizing errors returned during attestation

Enums§

AttestError
Top level wrapper to show which step in the attesation process failed.
AttestationError
Wrapping type to record the specific error that occurred while validating the attestation document.
CertError
Wrapping type to record the specific error that occurred while validating the TLS Cert.

Type Aliases§

AttestResult
Generic Result type for the top level functions of the library
AttestationResult
Generic Result type for the attestation doc module
CertResult
Generic Result type for the cert module