Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix connection error number #8292

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ table td {
| **502 Bad Gateway** | The endpoint received an invalid response from the upstream server. |
| **503 Service Unavailable** | The endpoint is currently unable to handle the request due to a temporary overload or maintenance. |
| **504 Gateway Timeout** | The endpoint didn't receive a timely response from the upstream server. |
| **509 Connection Error** | Braze experienced a `599` network connect timeout error while trying to establish a connection to the endpoint, meaning the endpoint may be unstable or down. |
| **599 Connection Error** | Braze experienced a network connect timeout error while trying to establish a connection to the endpoint, meaning the endpoint may be unstable or down. |
{: .reset-td-br-1 .reset-td-br-2}

### Resolving 5XX errors
Expand Down