-
Notifications
You must be signed in to change notification settings - Fork 728
Open
Description
Hey there!
I'm trying to add some retry / error handling logic to the code that I'm writing.
I want to be able to split between errors that should be retried and ones that should not. I feel a good split is 4xx as non-retriable and 5xx as retriable.
Any way I could get this status over? The error messages that are contained in the API response in case or error are 1. not documented all in one place (that I could find) 2. make it hard to split them between such error types.
Please let me know if you have any suggestions, thanks!
Metadata
Metadata
Assignees
Labels
No labels