@@ -4751,12 +4751,6 @@ <h3>Problem Details</h3>
47514751 < dd >
47524752The `type` [=property=] MUST be present and its value MUST be a [=URL=]
47534753identifying 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 ">
47804773https://www.w3.org/TR/vc-data-model#PARSING_ERROR
4781- (-64)
47824774 </ dt >
47834775 < dd >
47844776There was an error while parsing input.
47854777 </ dd >
47864778 < dt id ="CRYPTOGRAPHIC_SECURITY_ERROR ">
47874779https://www.w3.org/TR/vc-data-model#CRYPTOGRAPHIC_SECURITY_ERROR
4788- (-65)
47894780 </ dt >
47904781 < dd >
47914782The securing mechanism for the document has detected a
@@ -4795,7 +4786,6 @@ <h3>Problem Details</h3>
47954786 </ dd >
47964787 < dt id ="MALFORMED_VALUE_ERROR ">
47974788https://www.w3.org/TR/vc-data-model#MALFORMED_VALUE_ERROR
4798- (-66)
47994789 </ dt >
48004790 < dd >
48014791The value associated with a particular [=property=] is malformed. The
@@ -4805,7 +4795,6 @@ <h3>Problem Details</h3>
48054795 </ dd >
48064796 < dt id ="RANGE_ERROR ">
48074797https://www.w3.org/TR/vc-data-model#RANGE_ERROR
4808- (-67)
48094798 </ dt >
48104799 < dd >
48114800A provided value is outside of the expected range of an associated value,
@@ -4816,7 +4805,7 @@ <h3>Problem Details</h3>
48164805
48174806 < p >
48184807Implementations 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
48214810in [[RFC9457]] for further guidance on using this mechanism.
48224811 </ p >
0 commit comments