Commit b5217e6
authored
Email Service: document E_TOO_MANY_ATTACHMENTS error code (#31044)
Adds the new `E_TOO_MANY_ATTACHMENTS` error code to the Workers API
error code table. This code is returned by `env.EMAIL.send()` when
the `attachments` array in an EmailMessageBuilder payload exceeds
32 entries.
The limit is enforced server-side to bound per-message resource
consumption in the Email Service RPC layer.
The REST API doc does not need updating: it uses numeric Cloudflare
error codes and already cross-references the Workers table for
string codes.1 parent 96d87d3 commit b5217e6
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
243 | 244 | | |
244 | 245 | | |
245 | 246 | | |
| |||
0 commit comments