@@ -134,23 +134,23 @@ export default {
134134
135135These errors occur when a Worker is uploaded or modified.
136136
137- | Error code | Meaning |
138- | ---------- | --------------------------------------------------------------------------------------------------------------------------- |
139- | ` 10006 ` | Could not parse your Worker's code. |
140- | ` 10007 ` | Worker or [ workers.dev subdomain] ( /workers/configuration/routing/workers-dev/ ) not found. |
141- | ` 10015 ` | Account is not entitled to use Workers. |
142- | ` 10016 ` | Invalid Worker name. |
143- | ` 10021 ` | Validation Error. Refer to [ Validation Errors] ( /workers/observability/errors/#validation-errors-10021 ) for details. |
144- | ` 10026 ` | Could not parse request body. |
145- | ` 10027 ` | Your Worker exceeded the size limit of XX MB |
146- | ` 10035 ` | Multiple attempts to modify a resource at the same time |
147- | ` 10037 ` | An account has exceeded the number of [ Workers allowed] ( /workers/platform/limits/#number-of-workers ) . |
148- | ` 10052 ` | A [ binding] ( /workers/runtime-apis/bindings/ ) is uploaded without a name. |
149- | ` 10054 ` | A environment variable or secret exceeds the [ size limit] ( /workers/platform/limits/#environment-variables ) . |
150- | ` 10055 ` | The number of environment variables or secrets exceeds the [ limit/Worker] ( /workers/platform/limits/#environment-variables ) . |
151- | ` 10056 ` | [ Binding] ( /workers/runtime-apis/bindings/ ) not found. |
152- | ` 10068 ` | The uploaded Worker has no registered [ event handlers] ( /workers/runtime-apis/handlers/ ) . |
153- | ` 10069 ` | The uploaded Worker contains [ event handlers] ( /workers/runtime-apis/handlers/ ) unsupported by the Workers runtime. |
137+ | Error code | Meaning |
138+ | ---------- | ------------------------------------------------------------------------------------------------------------------------------- |
139+ | ` 10006 ` | Could not parse your Worker's code. |
140+ | ` 10007 ` | Worker or [ workers.dev subdomain] ( /workers/configuration/routing/workers-dev/ ) not found. |
141+ | ` 10015 ` | Account is not entitled to use Workers. |
142+ | ` 10016 ` | Invalid Worker name. |
143+ | ` 10021 ` | Validation Error. Refer to [ Validation Errors] ( /workers/observability/errors/#validation-errors-10021 ) for details. |
144+ | ` 10026 ` | Could not parse request body. |
145+ | ` 10027 ` | Your Worker exceeded the size limit of XX MB (for more details see [ Worker size limits ] ( /workers/platform/limits/#worker-size ) ) |
146+ | ` 10035 ` | Multiple attempts to modify a resource at the same time |
147+ | ` 10037 ` | An account has exceeded the number of [ Workers allowed] ( /workers/platform/limits/#number-of-workers ) . |
148+ | ` 10052 ` | A [ binding] ( /workers/runtime-apis/bindings/ ) is uploaded without a name. |
149+ | ` 10054 ` | A environment variable or secret exceeds the [ size limit] ( /workers/platform/limits/#environment-variables ) . |
150+ | ` 10055 ` | The number of environment variables or secrets exceeds the [ limit/Worker] ( /workers/platform/limits/#environment-variables ) . |
151+ | ` 10056 ` | [ Binding] ( /workers/runtime-apis/bindings/ ) not found. |
152+ | ` 10068 ` | The uploaded Worker has no registered [ event handlers] ( /workers/runtime-apis/handlers/ ) . |
153+ | ` 10069 ` | The uploaded Worker contains [ event handlers] ( /workers/runtime-apis/handlers/ ) unsupported by the Workers runtime. |
154154
155155### Validation Errors (10021)
156156
0 commit comments