Skip to content

Commit 77b19cd

Browse files
dinasaur404thomasgauvin
authored andcommitted
Update errors.mdx (#23974)
Add new error code for incorrect content-type
1 parent 1ab2f92 commit 77b19cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/workers/observability/errors.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ When a Worker running in production has an error that prevents it from returning
2525
| `1024` | Worker cannot make a subrequest to a Cloudflare-owned IP address. |
2626
| `1027` | Worker exceeded free tier [daily request limit](/workers/platform/limits/#daily-request). |
2727
| `1042` | Worker tried to fetch from another Worker on the same zone, which is only [supported](/workers/runtime-apis/fetch/) when the [`global_fetch_strictly_public` compatibility flag](/workers/configuration/compatibility-flags/#global-fetch-strictly-public) is used. |
28+
| `10162` | Module has an unsupported Content-Type. |
2829

2930
Other `11xx` errors generally indicate a problem with the Workers runtime itself. Refer to the [status page](https://www.cloudflarestatus.com) if you are experiencing an error.
3031

0 commit comments

Comments
 (0)