Skip to content

Commit

Permalink
Remove integer codes from problem details
Browse files Browse the repository at this point in the history
Removes integer codes from problem details along with normative statements.
  • Loading branch information
PatStLouis authored Oct 13, 2024
1 parent 47e1900 commit 2051e56
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1243,10 +1243,6 @@ <h3>Processing Errors</h3>
section listed below.
</li>
<li>
The `code` value MUST be the integer code described in the table below
(in parentheses, beside the type name).
</li>
<li>
The `title` value SHOULD provide a short but specific human-readable string for
the error.
</li>
Expand All @@ -1262,19 +1258,19 @@ <h3>Processing Errors</h3>

<dl>
<dt id="STATUS_RETRIEVAL_ERROR">
STATUS_RETRIEVAL_ERROR (-128)
STATUS_RETRIEVAL_ERROR
</dt>
<dd>
Retrieval of the status list failed. See Section
<a href="#validate-algorithm"></a>.
</dd>
<dt id="STATUS_VERIFICATION_ERROR">STATUS_VERIFICATION_ERROR (-129)</dt>
<dt id="STATUS_VERIFICATION_ERROR">STATUS_VERIFICATION_ERROR</dt>
<dd>
Validation of the status entry failed. See Section
<a href="#validate-algorithm"></a>.
</dd>
<dt id="STATUS_LIST_LENGTH_ERROR">
STATUS_LIST_LENGTH_ERROR (-130)
STATUS_LIST_LENGTH_ERROR
</dt>
<dd>
The status list length does not satisfy the minimum length required for
Expand Down

0 comments on commit 2051e56

Please sign in to comment.