Skip to content

Commit 4b0ab46

Browse files
Oxyjunnevikashah
authored andcommitted
[D1] Adding missing error message (#24939)
* adding missing error message * Moving the error message to the top of the list
1 parent 7efb7ad commit 4b0ab46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Before retrying any failed operation:
6464

6565
| `D1_ERROR` type | Description | Recommended action |
6666
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
67+
| `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. |
6768
| `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. |
6869
| `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. |
6970
| `Network connection lost.` | A network error. | Retry the operation. Refer to the "Retry operation" note above. |

0 commit comments

Comments
 (0)