Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove integer codes from problem details #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading