Skip to content

Commit 45e6f1a

Browse files
Update src/content/docs/workers-vpc/reference/troubleshooting.mdx
Co-authored-by: ask-bonk[bot] <249159057+ask-bonk[bot]@users.noreply.github.com>
1 parent 1621aef commit 45e6f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-vpc/reference/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ These errors indicate a problem with your VPC Service setup or your Worker's beh
5656
| `rate_limited` | The connection rate limit to this origin has been exceeded. | Reduce the rate of new connections from your Worker to this service. |
5757

5858
:::note
59-
The `dns_error` code can appear as either a **Service Unreachable** error or a **Configuration Error** depending on the DNS failure type. An NXDOMAIN response (hostname does not exist) is classified as a configuration error because it typically means the VPC Service hostname is misconfigured. All other DNS failures (SERVFAIL, timeouts, etc.) are classified as service unreachable errors.
59+
The `dns_error` code can appear as either a **Service Unreachable** error or a **Configuration Error** depending on the DNS failure type. An NXDOMAIN response (hostname does not exist) is classified as a configuration error because it typically means the VPC Service hostname is misconfigured. All other DNS failures (SERVFAIL, timeouts, and similar) are classified as service unreachable errors.
6060
:::
6161

6262
### Internal errors

0 commit comments

Comments
 (0)