Skip to content

Commit

Permalink
Fix anchors for processing errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Aug 6, 2023
1 parent d2d2392 commit 86ec721
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2230,7 +2230,7 @@ <h3>Retrieve Verification Method</h3>
</section>

<section class="normative">
<h3>Errors</h3>
<h3>Processing Errors</h3>

<p>
The algorithms described in this specification, as well as in various cryptographic
Expand Down Expand Up @@ -2266,52 +2266,52 @@ <h3>Errors</h3>
</ul>

<dl>
<dt id="#PROOF_GENERATION_ERROR">PROOF_GENERATION_ERROR (-16)</dt>
<dt id="PROOF_GENERATION_ERROR">PROOF_GENERATION_ERROR (-16)</dt>
<dd>
A request to generate a proof failed. See Section
<a href="#add-proof"></a>, and Section <a href="#add-proof-set-chain"></a>.
</dd>
<dt id="#MALFORMED_PROOF_ERROR">MALFORMED_PROOF_ERROR (-17)</dt>
<dt id="MALFORMED_PROOF_ERROR">MALFORMED_PROOF_ERROR (-17)</dt>
<dd>
A proof that is malformed was detected. See Section
<a href="#verify-proof"></a>.
</dd>
<dt id="#MISMATCHED_PROOF_PURPOSE_ERROR">MISMATCHED_PROOF_PURPOSE_ERROR (-18)</dt>
<dt id="MISMATCHED_PROOF_PURPOSE_ERROR">MISMATCHED_PROOF_PURPOSE_ERROR (-18)</dt>
<dd>
The `proofPurpose` value in a proof did not match the expected value. See
Section <a href="#verify-proof"></a>.
</dd>
<dt id="#INVALID_DOMAIN_ERROR">INVALID_DOMAIN_ERROR (-19)</dt>
<dt id="INVALID_DOMAIN_ERROR">INVALID_DOMAIN_ERROR (-19)</dt>
<dd>
The `domain` value in a proof did not match the expected value. See Section
<a href="#verify-proof"></a>.
</dd>
<dt id="#INVALID_CHALLENGE_ERROR">INVALID_CHALLENGE_ERROR (-20)</dt>
<dt id="INVALID_CHALLENGE_ERROR">INVALID_CHALLENGE_ERROR (-20)</dt>
<dd>
The `challenge` value in a proof did not match the expected value. See Section
<a href="#verify-proof"></a>.
</dd>
<dt id="#INVALID_VERIFICATION_METHOD_URL">INVALID_VERIFICATION_METHOD_URL (-21)</dt>
<dt id="INVALID_VERIFICATION_METHOD_URL">INVALID_VERIFICATION_METHOD_URL (-21)</dt>
<dd>
The `verificationMethod` value in a proof was malformed. See Section
<a href="#retrieve-verification-method"></a>.
</dd>
<dt id="#INVALID_CONTROLLER_DOCUMENT_ID">INVALID_CONTROLLER_DOCUMENT_ID (-22)</dt>
<dt id="INVALID_CONTROLLER_DOCUMENT_ID">INVALID_CONTROLLER_DOCUMENT_ID (-22)</dt>
<dd>
The `id` value in a <a>controller document</a> was malformed. See Section
<a href="#retrieve-verification-method"></a>.
</dd>
<dt id="#INVALID_CONTROLLER_DOCUMENT">INVALID_CONTROLLER_DOCUMENT (-23)</dt>
<dt id="INVALID_CONTROLLER_DOCUMENT">INVALID_CONTROLLER_DOCUMENT (-23)</dt>
<dd>
The <a>controller document</a> was malformed. See Section
<a href="#retrieve-verification-method"></a>.
</dd>
<dt id="#INVALID_VERIFICATION_METHOD">INVALID_VERIFICATION_METHOD (-24)</dt>
<dt id="INVALID_VERIFICATION_METHOD">INVALID_VERIFICATION_METHOD (-24)</dt>
<dd>
The <a>verification method</a> in a <a>controller document</a> was malformed. See Section
<a href="#retrieve-verification-method"></a>.
</dd>
<dt id="#INVALID_PROOF_PURPOSE_FOR_VERIFICATION_METHOD">INVALID_PROOF_PURPOSE_FOR_VERIFICATION_METHOD (-25)</dt>
<dt id="INVALID_PROOF_PURPOSE_FOR_VERIFICATION_METHOD">INVALID_PROOF_PURPOSE_FOR_VERIFICATION_METHOD (-25)</dt>
<dd>
The <a>verification method</a> in a <a>controller document</a> was not
associated using the expected <a>verification relationship</a> as expressed
Expand Down

0 comments on commit 86ec721

Please sign in to comment.