Skip to content

Commit fe5abf3

Browse files
[D1] Adding storage exceeded errors for D1 (#24991)
* Adding storage exceeded errors for D1 * Apply suggestions from code review Co-authored-by: Lambros Petrou <[email protected]> * Update src/content/docs/d1/observability/debug-d1.mdx --------- Co-authored-by: Lambros Petrou <[email protected]>
1 parent 0977f95 commit fe5abf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/docs/d1/observability/debug-d1.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ Before retrying any failed operation:
6565
| `D1_ERROR` type | Description | Recommended action |
6666
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
6767
| `No SQL statements detected.` | The input query does not contain any SQL statements. | App action: Ensure the query contains at least one valid SQL statement. |
68+
| `Your account has exceeded D1's maximum account storage limit, please contact Cloudflare to raise your limit.` | The total storage across all D1 databases in the account has exceeded the [account storage limit](/d1/platform/limits/). | App action: Delete unused databases, or upgrade your account to a paid plan. |
69+
| `Exceeded maximum DB size.` | The D1 database has exceeded its [storage limit](/d1/platform/limits/). | App action: Delete data rows from the database, or shard your data into multiple databases. |
6870
| `D1 DB reset because its code was updated.` | Cloudflare has updated the code for D1 (or the underlying Durable Object), and the Durable Object which contains the D1 database is restarting. | Retry the operation. |
6971
| `Internal error while starting up D1 DB storage caused object to be reset.` | The Durable Object containing the D1 database is failing to start. | Retry the operation. |
7072
| `Network connection lost.` | A network error. | Retry the operation. Refer to the "Retry operation" note above. |

0 commit comments

Comments
 (0)