VerifyChainFailure
A chain verification failure with its error code, human message, chain index, and diagnostic details.
ts
interface VerifyChainFailure extends IndexedMicro509Error<VerifyErrorCode, VerifyFailureDetails> {
readonly ok: false;
}Properties
readonlyok:false— Alwaysfalsefor failures.