Skip to content

Commit 6029834

Browse files
committed
updating-actions
1 parent 0f0ebfa commit 6029834

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

src/content/docs/queues/reference/error-codes.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,28 +46,28 @@ For the [Cloudflare API via HTTP](/api/resources/queues/subresources/messages/),
4646
4747
### Client side errors
4848
49-
| Error Code | HTTP Status | Details | Recommended actions |
50-
| ---------- | ------------------------ | -------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
51-
| 10104 | QueueNotFound | Queue does not exist | Check for existence of `queue_id` in [List Queues endpoint](/api/resources/queues/) |
52-
| 10105 | FeatureFlagNotSet | Feature flag not set | Ensure that feature flag is set past `February 17, 2026` compatibility date |
53-
| 10106 | Unauthorized | Unauthorized request (API Gateway) | ?? |
54-
| 10107 | QueueIDMalformed | Malformed queue ID in the URL for API Gateway requests | ?? |
55-
| 10201 | ClientDisconnected | Client disconnected during request processing | ?? |
56-
| 10202 | BatchDelayInvalid | Invalid batch delay | Ensure that `batch_delay` is within 1 and 86400 seconds |
57-
| 10203 | MessageMetadataInvalid | Invalid message metadata (includes invalid content type and invalid delay) | ?? |
58-
| 10204 | MessageSizeOutOfBounds | Message size out of bounds | Ensure that message size is within 0 and 128 KB |
59-
| 10205 | BatchSizeOutOfBounds | Batch size out of bounds | Ensure that batch size is within 0 and 256 KB |
60-
| 10206 | BatchCountOutOfBounds | Batch count out of bounds | Ensure that batch count is within 0 and 100 messages |
61-
| 10207 | JSONRequestBodyInvalid | API Gateway request JSON body does not match expected schema | Ensure that JSON body matches the expected schema |
62-
| 10208 | JSONRequestBodyMalformed | API Gateway request body is not valid JSON | Ensure that request body is valid JSON |
49+
| Error Code | HTTP Status | Details | Recommended actions |
50+
| ---------- | ------------------------ | -------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | --- |
51+
| 10104 | QueueNotFound | Queue does not exist | Check for existence of `queue_id` in [List Queues endpoint](/api/resources/queues/) |
52+
| 10105 | FeatureFlagNotSet | Feature flag not set | Ensure that feature flag is set past `February 17, 2026` compatibility date |
53+
| 10106 | Unauthorized | Unauthorized request | ?? |
54+
| 10107 | QueueIDMalformed | Malformed queue ID in the request URL | Ensure `queue_id` matches response for that queue from [List Queues endpoint](/api/resources/queues/) | |
55+
| 10201 | ClientDisconnected | Client disconnected during request processing | ?? |
56+
| 10202 | BatchDelayInvalid | Invalid batch delay | Ensure that `batch_delay` is within 1 and 86400 seconds |
57+
| 10203 | MessageMetadataInvalid | Invalid message metadata (includes invalid content type and invalid delay) | ?? |
58+
| 10204 | MessageSizeOutOfBounds | Message size out of bounds | Ensure that message size is within 0 and 128 KB |
59+
| 10205 | BatchSizeOutOfBounds | Batch size out of bounds | Ensure that batch size is within 0 and 256 KB |
60+
| 10206 | BatchCountOutOfBounds | Batch count out of bounds | Ensure that batch count is within 0 and 100 messages |
61+
| 10207 | JSONRequestBodyInvalid | API Gateway request JSON body does not match expected schema | Ensure that JSON body matches the expected schema |
62+
| 10208 | JSONRequestBodyMalformed | API Gateway request body is not valid JSON | REST API request body is not valid. Look at error message for additional details. |
6363
6464
### 429 type errors
6565
6666
| Error Code | HTTP Status | Details | Recommended actions |
67-
| ---------- | ------------------------- | ---------------------------- | -------------------------------------------------------------------------------------------------- | --- |
67+
| ---------- | ------------------------- | ---------------------------- | -------------------------------------------------------------------------------------------------- |
6868
| 10250 | QueueOverloaded | Queue is overloaded | ?? |
6969
| 10251 | QueueStorageLimitExceeded | Queue storage limit exceeded | [Purge queue](/queues/configuration/pause-purge/#purge-queue) or wait for queue to process backlog |
70-
| 10252 | QueueDisabled | Queue disabled | [Unpause queue](/queues/configuration/pause-purge/#pause-delivery) | |
70+
| 10252 | QueueDisabled | Queue disabled | [Unpause queue](/queues/configuration/pause-purge/#pause-delivery) |
7171
| 10253 | FreeTierLimitExceeded | Free tier limit exceeded | Upgrade to Workers Paid |
7272
7373
### 500 type errors

0 commit comments

Comments
 (0)