From 39823447f73c39236d3798ceaf00b3cfaa222c4f Mon Sep 17 00:00:00 2001 From: dinasaur404 <49571477+dinasaur404@users.noreply.github.com> Date: Fri, 25 Jul 2025 14:48:06 -0400 Subject: [PATCH] Update errors.mdx Add new error code for incorrect content-type --- src/content/docs/workers/observability/errors.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/workers/observability/errors.mdx b/src/content/docs/workers/observability/errors.mdx index e1b22a285c406c3..f7b77ad035d4565 100644 --- a/src/content/docs/workers/observability/errors.mdx +++ b/src/content/docs/workers/observability/errors.mdx @@ -25,6 +25,7 @@ When a Worker running in production has an error that prevents it from returning | `1024` | Worker cannot make a subrequest to a Cloudflare-owned IP address. | | `1027` | Worker exceeded free tier [daily request limit](/workers/platform/limits/#daily-request). | | `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. | +| `10162` | Module has an unsupported Content-Type. | 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.