From b6883e501d6def7012d2a33dd66d27f568f332ef Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Sat, 13 Jan 2024 12:34:40 -0500 Subject: [PATCH] Change STATUS_VALIDATION_ERROR to STATUS_VERIFICATION_ERROR. --- index.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index b825516..2420df0 100644 --- a/index.html +++ b/index.html @@ -755,12 +755,13 @@

Validate Algorithm

proofs verify successfully. If the dereference fails, raise a STATUS_RETRIEVAL_ERROR. If any of the proof verifications fail, raise a -STATUS_VALIDATION_ERROR. +STATUS_VERIFICATION_ERROR.
  • Verify that the |status purpose| is equal to the `statusPurpose` value in the |statusListCredential|. If the values are not -equal, raise a STATUS_VALIDATION_ERROR. +equal, raise a +STATUS_VERIFICATION_ERROR.
  • Let |compressed bitstring| be the value of the @@ -916,7 +917,7 @@

    Processing Errors

    Retrieval of the status list failed. See Section . -
    STATUS_VALIDATION_ERROR (-129)
    +
    STATUS_VERIFICATION_ERROR (-129)
    Validation of the status entry failed. See Section .