You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(spec): regenerate docs references on the merged tree
os-regen-merge.sh step 2 took origin/main's side of the generated
`content/docs/references/api/contract.mdx` (both sides had moved it — PR
#16783 on main, the `refusal` row here); the pre-commit collection point
then asked for `gen:schema && gen:docs` on the merged tree, which re-derives
the page with both sides' content.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MkQhmuuJAVDjmeWNixwDDH
Copy file name to clipboardExpand all lines: content/docs/references/api/contract.mdx
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ const result = ApiErrorSchema.parse(data);
27
27
28
28
| Property | Type | Required | Description |
29
29
| :--- | :--- | :--- | :--- |
30
-
|**code**|`Enum<'VALIDATION_ERROR' \| 'INVALID_FIELD' \| 'MISSING_REQUIRED_FIELD' \| 'INVALID_FORMAT' \| 'VALUE_TOO_LONG' \| 'VALUE_TOO_SHORT' \| 'VALUE_OUT_OF_RANGE' \| … +322 more>`| ✅ | Error code (e.g. VALIDATION_ERROR; StandardErrorCode ∪ the ledger the serving side registers — ERROR_CODE_LEDGER for framework packages) |
30
+
|**code**|`Enum<'VALIDATION_ERROR' \| 'INVALID_FIELD' \| 'MISSING_REQUIRED_FIELD' \| 'INVALID_FORMAT' \| 'VALUE_TOO_LONG' \| 'VALUE_TOO_SHORT' \| 'VALUE_OUT_OF_RANGE' \| … +325 more>`| ✅ | Error code (e.g. VALIDATION_ERROR; StandardErrorCode ∪ the ledger the serving side registers — ERROR_CODE_LEDGER for framework packages) |
31
31
|**declaredCode**|`string`| optional | The producer-declared code, verbatim, when it is not a member of the closed `code` vocabulary — the open, author-authored channel (app-specific spellings; ADR-0112) |
|**userMessage**|`string`| optional | Producer-marked user-facing refusal text, verbatim. Present exactly when the producer opted in at throw time; consumers render it to end users and keep their generic substitution for anything unmarked. Status-agnostic; never replaces `message`. |
@@ -135,6 +135,7 @@ const result = ApiErrorSchema.parse(data);
135
135
*`DATASET_INVALID`
136
136
*`DATASOURCE_ADMIN_ERROR`
137
137
*`DELEGABLE_SCOPE_FAILED`
138
+
*`DELETE_HOOK_RESULT_NOT_WRITE_SHAPE`
138
139
*`DELIVERY_NEVER_SENT`
139
140
*`DELIVERY_NOT_ELIGIBLE`
140
141
*`DESTRUCTIVE_CHANGE`
@@ -186,6 +187,7 @@ const result = ApiErrorSchema.parse(data);
186
187
*`FILTER_TOKEN_UNKNOWN`
187
188
*`FILTER_TOKEN_UNRESOLVED`
188
189
*`FIND_HOOK_RESULT_NOT_ARRAY`
190
+
*`FIND_ONE_HOOK_RESULT_NOT_RECORD`
189
191
*`FLOW_CONVERSION_CONFLICT`
190
192
*`FLOW_DISABLED`
191
193
*`FLOW_FAILED`
@@ -357,6 +359,7 @@ const result = ApiErrorSchema.parse(data);
0 commit comments