Skip to content

Commit

Permalink
Merge pull request #5261 from braze-inc/BD-2055
Browse files Browse the repository at this point in the history
BD-2055: Add more info for 5XX errors
  • Loading branch information
KellieHawks authored Apr 18, 2023
2 parents d741af3 + 721adf2 commit 470aae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _docs/_api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The status code element of a server response is a 3-digit number where the first

- The **2XX class** of status code (non-fatal) indicates that **your request** was successfully received, understood, and accepted.
- The **4XX class** of status code (fatal) indicates a **client error**. Refer to the fatal errors chart for a full list of 4XX error codes and descriptions.
- The **5XX class** of status code (fatal) indicates a **server error**. There are several potential causes, e.g., the server you're trying to access is unable to execute the request, the server is undergoing maintenance making it unable to execute the request, or the server is experiencing high levels of traffic. When this happens, we recommend you retry your request with exponential backoff.
- The **5XX class** of status code (fatal) indicates a **server error**. There are several potential causes, e.g., the server you're trying to access is unable to execute the request, the server is undergoing maintenance making it unable to execute the request, or the server is experiencing high levels of traffic. When this happens, we recommend you retry your request with exponential backoff. In the event of an incident or outage, Braze is not able to replay any REST API call that failed during the incident window. You will need to retry any calls that failed during the incident window.

### Fatal errors

Expand Down

0 comments on commit 470aae2

Please sign in to comment.