ClientDataValidation
class ClientDataValidation(val reason: PreAttestationError.ClientDataValidation.Reason, val clientData: AttestationProof, val challenge: AttestationChallenge, val throwable: Throwable) : PreAttestationError(source)
Failure while validating the proof transport after its challenge was recovered. reason identifies the rejected invariant and clientData plus challenge provide the complete context.
Constructors
Link copied to clipboard
constructor(reason: PreAttestationError.ClientDataValidation.Reason, clientData: AttestationProof, challenge: AttestationChallenge, throwable: Throwable)