Skip to content

Commit 8af361e

Browse files
PatStLouismsporny
authored andcommitted
Remove integer codes from problem details
Removes integer codes from problem details along with normative statements.
1 parent aed0a94 commit 8af361e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

index.html

+3-7
Original file line numberDiff line numberDiff line change
@@ -1243,10 +1243,6 @@ <h3>Processing Errors</h3>
12431243
section listed below.
12441244
</li>
12451245
<li>
1246-
The `code` value MUST be the integer code described in the table below
1247-
(in parentheses, beside the type name).
1248-
</li>
1249-
<li>
12501246
The `title` value SHOULD provide a short but specific human-readable string for
12511247
the error.
12521248
</li>
@@ -1262,19 +1258,19 @@ <h3>Processing Errors</h3>
12621258

12631259
<dl>
12641260
<dt id="STATUS_RETRIEVAL_ERROR">
1265-
STATUS_RETRIEVAL_ERROR (-128)
1261+
STATUS_RETRIEVAL_ERROR
12661262
</dt>
12671263
<dd>
12681264
Retrieval of the status list failed. See Section
12691265
<a href="#validate-algorithm"></a>.
12701266
</dd>
1271-
<dt id="STATUS_VERIFICATION_ERROR">STATUS_VERIFICATION_ERROR (-129)</dt>
1267+
<dt id="STATUS_VERIFICATION_ERROR">STATUS_VERIFICATION_ERROR</dt>
12721268
<dd>
12731269
Validation of the status entry failed. See Section
12741270
<a href="#validate-algorithm"></a>.
12751271
</dd>
12761272
<dt id="STATUS_LIST_LENGTH_ERROR">
1277-
STATUS_LIST_LENGTH_ERROR (-130)
1273+
STATUS_LIST_LENGTH_ERROR
12781274
</dt>
12791275
<dd>
12801276
The status list length does not satisfy the minimum length required for

0 commit comments

Comments
 (0)