Skip to content

Commit 07cb189

Browse files
committed
chore(docs): regenerate the error-code ledger reference after merging main
`os-regen-merge.sh` step 4. Both sides had changed the generated page, so step 2 restored main's side and this regenerates it from the merged source: the reference now carries #16783's three new rows and this branch's corrected TSDoc together. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MkQhmuuJAVDjmeWNixwDDH
1 parent b3c14d2 commit 07cb189

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/docs/references/api/error-code-ledger.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ const result = ErrorCode.parse(data);
301301
* `DATASET_INVALID`
302302
* `DATASOURCE_ADMIN_ERROR`
303303
* `DELEGABLE_SCOPE_FAILED`
304+
* `DELETE_HOOK_RESULT_NOT_WRITE_SHAPE`
304305
* `DELIVERY_NEVER_SENT`
305306
* `DELIVERY_NOT_ELIGIBLE`
306307
* `DESTRUCTIVE_CHANGE`
@@ -352,6 +353,7 @@ const result = ErrorCode.parse(data);
352353
* `FILTER_TOKEN_UNKNOWN`
353354
* `FILTER_TOKEN_UNRESOLVED`
354355
* `FIND_HOOK_RESULT_NOT_ARRAY`
356+
* `FIND_ONE_HOOK_RESULT_NOT_RECORD`
355357
* `FLOW_CONVERSION_CONFLICT`
356358
* `FLOW_DISABLED`
357359
* `FLOW_FAILED`
@@ -523,6 +525,7 @@ const result = ErrorCode.parse(data);
523525
* `UNSUPPORTED`
524526
* `UNSUPPORTED_QUERY_PARAM`
525527
* `UNSUPPORTED_TRANSFORM`
528+
* `UPDATE_HOOK_RESULT_NOT_WRITE_SHAPE`
526529
* `UPDATE_ID_MISMATCH`
527530
* `UPLOAD_SESSION_EXPIRED`
528531
* `UPLOAD_SESSION_NOT_FOUND`

0 commit comments

Comments
 (0)