Skip to content

Commit 92d607d

Browse files
committed
Remove ProblemDetail integer error codes.
1 parent fde26dd commit 92d607d

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

index.html

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4751,12 +4751,6 @@ <h3>Problem Details</h3>
47514751
<dd>
47524752
The `type` [=property=] MUST be present and its value MUST be a [=URL=]
47534753
identifying the type of problem.
4754-
</dd>
4755-
<dt>code</dt>
4756-
<dd>
4757-
The `code` [=property=] is OPTIONAL. If present, its value MUST be an integer
4758-
that identifies the type of the problem. Integer codes are useful in systems
4759-
that only provide integer return values.
47604754
</dd>
47614755
<dt>title</dt>
47624756
<dd>
@@ -4771,21 +4765,18 @@ <h3>Problem Details</h3>
47714765
</dl>
47724766

47734767
<p>
4774-
The following problem description types and codes are defined by this
4775-
specification:
4768+
The following problem description types are defined by this specification:
47764769
</p>
47774770

47784771
<dl>
47794772
<dt id="PARSING_ERROR">
47804773
https://www.w3.org/TR/vc-data-model#PARSING_ERROR
4781-
(-64)
47824774
</dt>
47834775
<dd>
47844776
There was an error while parsing input.
47854777
</dd>
47864778
<dt id="CRYPTOGRAPHIC_SECURITY_ERROR">
47874779
https://www.w3.org/TR/vc-data-model#CRYPTOGRAPHIC_SECURITY_ERROR
4788-
(-65)
47894780
</dt>
47904781
<dd>
47914782
The securing mechanism for the document has detected a
@@ -4795,7 +4786,6 @@ <h3>Problem Details</h3>
47954786
</dd>
47964787
<dt id="MALFORMED_VALUE_ERROR">
47974788
https://www.w3.org/TR/vc-data-model#MALFORMED_VALUE_ERROR
4798-
(-66)
47994789
</dt>
48004790
<dd>
48014791
The value associated with a particular [=property=] is malformed. The
@@ -4805,7 +4795,6 @@ <h3>Problem Details</h3>
48054795
</dd>
48064796
<dt id="RANGE_ERROR">
48074797
https://www.w3.org/TR/vc-data-model#RANGE_ERROR
4808-
(-67)
48094798
</dt>
48104799
<dd>
48114800
A provided value is outside of the expected range of an associated value,
@@ -4816,7 +4805,7 @@ <h3>Problem Details</h3>
48164805

48174806
<p>
48184807
Implementations MAY extend the [=ProblemDetails=] object by specifying
4819-
additional types, codes, or properties. See the
4808+
additional types or properties. See the
48204809
<a data-cite="RFC9457#name-extension-members">Extension Member</a> section
48214810
in [[RFC9457]] for further guidance on using this mechanism.
48224811
</p>

0 commit comments

Comments
 (0)