Skip to content

Commit aa7f3df

Browse files
Update specification.md
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 2e9aa9b commit aa7f3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4465,7 +4465,7 @@ Represents the workflow's error handling configuration, including error definiti
44654465
| type | An [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) URI reference that identifies the error type. The [RFC 7807 Problem Details specification](https://datatracker.ietf.org/doc/html/rfc7807) encourages that, when dereferenced, it provides human-readable documentation for the error type (e.g., using HTML). The specification strongly recommends using [default error types](#error-types) for cross-compatibility concerns. | string | yes |
44664466
| status | The status code generated by the origin for the occurrence of an error. Status codes are extensible by nature and runtimes are not required to understand the meaning of all defined status codes. However, for cross-compatibility concerns, the specification encourages using [RFC 7231 HTTP Status Codes](https://datatracker.ietf.org/doc/html/rfc7231). | string | yes |
44674467
| title | A short, human-readable summary of an error type. It SHOULD NOT change from occurrence to occurrence of an error, except for purposes of localization. | string | no |
4468-
| detail | A human-readable explanation specific to an occurrence of an error. | string | no |
4468+
| detail | A human-readable explanation specific to the occurrence of an error. | string | no |
44694469

44704470
<details><summary><strong>Click to view example definition</strong></summary>
44714471
<p>

0 commit comments

Comments
 (0)