Skip to main content

Variable: ImmutableProofFailure

const ImmutableProofFailure: object

The failure reason of the proof.

Type Declaration

NotIssued

readonly NotIssued: "notIssued" = "notIssued"

Proof not yet issued.

ProofMissing

readonly ProofMissing: "proofMissing" = "proofMissing"

Proof missing.

CryptoSuiteMismatch

readonly CryptoSuiteMismatch: "cryptoSuiteMismatch" = "cryptoSuiteMismatch"

Crypto suite mismatch.

ProofTypeMismatch

readonly ProofTypeMismatch: "proofTypeMismatch" = "proofTypeMismatch"

Proof type.

SignatureMismatch

readonly SignatureMismatch: "signatureMismatch" = "signatureMismatch"

Signature mismatch.