Skip to content

Commit 75cbfd8

Browse files
Update specification.md
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 503c93f commit 75cbfd8

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
@@ -4385,7 +4385,7 @@ Represents the workflow's error handling configuration, including error definiti
43854385
| Parameter | Description | Type | Required |
43864386
| --- | --- | --- | --- |
43874387
| name | The name of the error. Must follow the [Serverless Workflow Naming Convention](#naming-convention) | string | yes |
4388-
| instance | An RFC6901 JSON pointer that precisely identifies the component within a workflow definition (ex: funcRef, subflowRef, ...) from which the described error originates. | string | yes, but is added by runtime when throwing an error |
4388+
| instance | An [RFC 6901 JSON pointer](https://datatracker.ietf.org/doc/html/rfc6901) that precisely identifies the component within a workflow definition (ex: funcRef, subflowRef, ...) from which the described error originates. | string | yes, but is added by runtime when throwing an error |
43894389
| type | A RFC3986 URI reference that identifies the error type. The RFC7807 Problem Details specification encourages that, when dereferenced, it provide 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 |
43904390
| status | The status code generated by the origin for an 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 RFC7231 HTTP Status Codes. | string | yes |
43914391
| title | A short, human-readable summary of a error type. It SHOULD NOT change from occurrence to occurrence of an error, except for purposes of localization. | string | no |

0 commit comments

Comments
 (0)