Skip to content

Commit

Permalink
Change STATUS_VALIDATION_ERROR to STATUS_VERIFICATION_ERROR.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jan 13, 2024
1 parent 01df22e commit b6883e5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -755,12 +755,13 @@ <h3>Validate Algorithm</h3>
proofs verify successfully. If the dereference fails, raise a
<a href="#STATUS_RETRIEVAL_ERROR">STATUS_RETRIEVAL_ERROR</a>. If any of the
proof verifications fail, raise a
<a href="#STATUS_VALIDATION_ERROR">STATUS_VALIDATION_ERROR</a>.
<a href="#STATUS_VERIFICATION_ERROR">STATUS_VERIFICATION_ERROR</a>.
</li>
<li>
Verify that the |status purpose| is equal to the
`statusPurpose` value in the |statusListCredential|. If the values are not
equal, raise a <a href="#STATUS_VALIDATION_ERROR">STATUS_VALIDATION_ERROR</a>.
equal, raise a
<a href="#STATUS_VERIFICATION_ERROR">STATUS_VERIFICATION_ERROR</a>.
</li>
<li>
Let |compressed bitstring| be the value of the
Expand Down Expand Up @@ -916,7 +917,7 @@ <h3>Processing Errors</h3>
Retrieval of the status list failed. See Section
<a href="#validate-algorithm"></a>.
</dd>
<dt id="STATUS_VALIDATION_ERROR">STATUS_VALIDATION_ERROR (-129)</dt>
<dt id="STATUS_VERIFICATION_ERROR">STATUS_VERIFICATION_ERROR (-129)</dt>
<dd>
Validation of the status entry failed. See Section
<a href="#validate-algorithm"></a>.
Expand Down

0 comments on commit b6883e5

Please sign in to comment.