Skip to content

Commit

Permalink
feat: add transient_error as new failure type (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
malikdiarra authored Mar 19, 2024
1 parent d7be570 commit 8fada32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ definitions:
enum:
- system_error
- config_error
- transient_error
stream_descriptor:
description: "The stream associated with the error, if known (optional)"
"$ref": "#/definitions/StreamDescriptor"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ definitions:
enum:
- system_error
- config_error
- transient_error
stream_descriptor:
description: "The stream associated with the error, if known (optional)"
"$ref": "#/definitions/StreamDescriptor"
Expand Down

0 comments on commit 8fada32

Please sign in to comment.