@openwop/spec-artifacts 2.0.0-rc.41 → 2.0.0-rc.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CORPUS-STAMP.json +9 -9
- package/api/seams-v2.yaml +1 -1
- package/api/v2/asyncapi.yaml +1 -1
- package/api/v2/openapi.yaml +1 -1
- package/package.json +1 -1
- package/schemas/v2/error-envelope.schema.json +139 -135
- package/spec/v1/core-standard-manifest.json +2 -2
- package/spec/v2/errors.json +377 -359
- package/spec/v2/release.json +1 -1
package/spec/v2/errors.json
CHANGED
|
@@ -1,279 +1,279 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://openwop.dev/spec/v2/errors.schema.json",
|
|
3
|
-
"$comment": "RFC 0171
|
|
3
|
+
"$comment": "RFC 0171 \u00a7B.1 \u2014 the error registry: one row per code {code, httpStatus, retriable, details, since, deprecated?}. schemas/v2/error-envelope.schema.json is GENERATED from it (scripts/generate-error-envelope.mjs). Retry timing lives in Retry-After only (\u00a7B.2). statusSource records whether the status was stated in v1 prose, a v1 convention, or decided here. details is null until a code's details schema is registered (a null row means details is an open object for that code \u2014 closure over details is the RFC 0171 Phase 3 follow-up G-row).",
|
|
4
4
|
"version": "2.0",
|
|
5
|
-
"updated": "2026-09-
|
|
5
|
+
"updated": "2026-09-05",
|
|
6
6
|
"vendorCodePattern": "^(?!openwop\\.)[a-z][a-z0-9]*(-[a-z0-9]+)*\\.[a-z][a-z0-9_]*$",
|
|
7
7
|
"rows": [
|
|
8
8
|
{
|
|
9
|
-
"code": "
|
|
10
|
-
"httpStatus":
|
|
11
|
-
"statusSource": "
|
|
9
|
+
"code": "connection_provider_unresolved",
|
|
10
|
+
"httpStatus": 400,
|
|
11
|
+
"statusSource": "v1 prose",
|
|
12
12
|
"retriable": false,
|
|
13
13
|
"details": null,
|
|
14
|
-
"since": "
|
|
15
|
-
"source": "
|
|
14
|
+
"since": "1.0",
|
|
15
|
+
"source": "spec/v1/connection-packs.md"
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
|
-
"code": "
|
|
19
|
-
"httpStatus":
|
|
18
|
+
"code": "connector_action_unresolved",
|
|
19
|
+
"httpStatus": 400,
|
|
20
20
|
"statusSource": "v1 convention",
|
|
21
21
|
"retriable": false,
|
|
22
22
|
"details": null,
|
|
23
23
|
"since": "1.0",
|
|
24
|
-
"source": "spec/v1/rest-endpoints.md
|
|
24
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
"code": "
|
|
28
|
-
"httpStatus":
|
|
27
|
+
"code": "credential_scope_unsupported",
|
|
28
|
+
"httpStatus": 400,
|
|
29
29
|
"statusSource": "v1 convention",
|
|
30
30
|
"retriable": false,
|
|
31
31
|
"details": null,
|
|
32
32
|
"since": "1.0",
|
|
33
|
-
"source": "spec/v1/rest-endpoints.md
|
|
33
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
"code": "
|
|
37
|
-
"httpStatus":
|
|
36
|
+
"code": "delegation_chain_cyclic",
|
|
37
|
+
"httpStatus": 400,
|
|
38
38
|
"statusSource": "v2 decision",
|
|
39
39
|
"retriable": false,
|
|
40
40
|
"details": null,
|
|
41
41
|
"since": "2.0",
|
|
42
|
-
"source": "RFC
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"code": "connection_provider_conflict",
|
|
46
|
-
"httpStatus": 409,
|
|
47
|
-
"statusSource": "v1 prose",
|
|
48
|
-
"retriable": false,
|
|
49
|
-
"details": null,
|
|
50
|
-
"since": "1.0",
|
|
51
|
-
"source": "spec/v1/connection-packs.md; RFC 0177 §D.1 fail-closed"
|
|
42
|
+
"source": "RFC 0170 \u00a7B.1"
|
|
52
43
|
},
|
|
53
44
|
{
|
|
54
|
-
"code": "
|
|
45
|
+
"code": "delegation_chain_too_long",
|
|
55
46
|
"httpStatus": 400,
|
|
56
|
-
"statusSource": "
|
|
47
|
+
"statusSource": "v2 decision",
|
|
57
48
|
"retriable": false,
|
|
58
49
|
"details": null,
|
|
59
|
-
"since": "
|
|
60
|
-
"source": "
|
|
50
|
+
"since": "2.0",
|
|
51
|
+
"source": "RFC 0170 \u00a7B.1"
|
|
61
52
|
},
|
|
62
53
|
{
|
|
63
|
-
"code": "
|
|
54
|
+
"code": "idempotency_key_invalid",
|
|
64
55
|
"httpStatus": 400,
|
|
65
|
-
"statusSource": "
|
|
56
|
+
"statusSource": "v2 decision",
|
|
66
57
|
"retriable": false,
|
|
67
58
|
"details": null,
|
|
68
|
-
"since": "
|
|
69
|
-
"source": "
|
|
59
|
+
"since": "2.0",
|
|
60
|
+
"source": "RFC 0170 \u00a7D.3"
|
|
70
61
|
},
|
|
71
62
|
{
|
|
72
|
-
"code": "
|
|
73
|
-
"httpStatus":
|
|
63
|
+
"code": "interop_version_unsupported",
|
|
64
|
+
"httpStatus": 400,
|
|
74
65
|
"statusSource": "v1 convention",
|
|
75
66
|
"retriable": false,
|
|
76
67
|
"details": null,
|
|
77
68
|
"since": "1.0",
|
|
78
|
-
"source": "spec/v1/rest-endpoints.md
|
|
69
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
79
70
|
},
|
|
80
71
|
{
|
|
81
|
-
"code": "
|
|
82
|
-
"httpStatus":
|
|
72
|
+
"code": "oauth_provider_unsupported",
|
|
73
|
+
"httpStatus": 400,
|
|
83
74
|
"statusSource": "v1 convention",
|
|
84
75
|
"retriable": false,
|
|
85
76
|
"details": null,
|
|
86
77
|
"since": "1.0",
|
|
87
|
-
"source": "spec/v1/rest-endpoints.md
|
|
78
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
88
79
|
},
|
|
89
80
|
{
|
|
90
|
-
"code": "
|
|
91
|
-
"httpStatus":
|
|
81
|
+
"code": "oauth_scope_unsupported",
|
|
82
|
+
"httpStatus": 400,
|
|
92
83
|
"statusSource": "v1 convention",
|
|
93
84
|
"retriable": false,
|
|
94
85
|
"details": null,
|
|
95
86
|
"since": "1.0",
|
|
96
|
-
"source": "spec/v1/rest-endpoints.md
|
|
87
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
97
88
|
},
|
|
98
89
|
{
|
|
99
|
-
"code": "
|
|
100
|
-
"httpStatus":
|
|
101
|
-
"statusSource": "v1 convention",
|
|
90
|
+
"code": "pack_dependency_cycle",
|
|
91
|
+
"httpStatus": 400,
|
|
92
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
102
93
|
"retriable": false,
|
|
103
94
|
"details": null,
|
|
104
95
|
"since": "1.0",
|
|
105
|
-
"source": "spec/v1/
|
|
96
|
+
"source": "spec/v1/node-packs.md"
|
|
106
97
|
},
|
|
107
98
|
{
|
|
108
|
-
"code": "
|
|
109
|
-
"httpStatus":
|
|
99
|
+
"code": "pack_engine_unsupported",
|
|
100
|
+
"httpStatus": 400,
|
|
110
101
|
"statusSource": "v2 decision",
|
|
111
102
|
"retriable": false,
|
|
112
103
|
"details": null,
|
|
113
104
|
"since": "2.0",
|
|
114
|
-
"source": "RFC
|
|
105
|
+
"source": "RFC 0177 \u00a7A.1"
|
|
115
106
|
},
|
|
116
107
|
{
|
|
117
|
-
"code": "
|
|
108
|
+
"code": "pack_integrity_failure",
|
|
118
109
|
"httpStatus": 400,
|
|
119
|
-
"statusSource": "v1 convention",
|
|
110
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
120
111
|
"retriable": false,
|
|
121
112
|
"details": null,
|
|
122
113
|
"since": "1.0",
|
|
123
|
-
"source": "spec/v1/
|
|
114
|
+
"source": "spec/v1/node-packs.md"
|
|
124
115
|
},
|
|
125
116
|
{
|
|
126
|
-
"code": "
|
|
127
|
-
"httpStatus":
|
|
128
|
-
"statusSource": "v1 convention",
|
|
117
|
+
"code": "pack_kind_invalid",
|
|
118
|
+
"httpStatus": 400,
|
|
119
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
129
120
|
"retriable": false,
|
|
130
121
|
"details": null,
|
|
131
122
|
"since": "1.0",
|
|
132
|
-
"source": "spec/v1/
|
|
123
|
+
"source": "spec/v1/node-packs.md"
|
|
133
124
|
},
|
|
134
125
|
{
|
|
135
|
-
"code": "
|
|
126
|
+
"code": "pack_lockfile_incomplete",
|
|
136
127
|
"httpStatus": 400,
|
|
137
|
-
"statusSource": "
|
|
128
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
138
129
|
"retriable": false,
|
|
139
130
|
"details": null,
|
|
140
|
-
"since": "
|
|
141
|
-
"source": "
|
|
131
|
+
"since": "1.0",
|
|
132
|
+
"source": "spec/v1/node-packs.md"
|
|
142
133
|
},
|
|
143
134
|
{
|
|
144
|
-
"code": "
|
|
135
|
+
"code": "pack_peer_dependency_missing",
|
|
145
136
|
"httpStatus": 400,
|
|
146
|
-
"statusSource": "
|
|
137
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
147
138
|
"retriable": false,
|
|
148
139
|
"details": null,
|
|
149
|
-
"since": "
|
|
150
|
-
"source": "
|
|
140
|
+
"since": "1.0",
|
|
141
|
+
"source": "spec/v1/node-packs.md"
|
|
151
142
|
},
|
|
152
143
|
{
|
|
153
|
-
"code": "
|
|
154
|
-
"httpStatus":
|
|
155
|
-
"statusSource": "
|
|
144
|
+
"code": "pack_peer_dependency_undefined",
|
|
145
|
+
"httpStatus": 400,
|
|
146
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
156
147
|
"retriable": false,
|
|
157
148
|
"details": null,
|
|
158
|
-
"since": "
|
|
159
|
-
"source": "
|
|
149
|
+
"since": "1.0",
|
|
150
|
+
"source": "spec/v1/node-packs.md"
|
|
160
151
|
},
|
|
161
152
|
{
|
|
162
|
-
"code": "
|
|
163
|
-
"httpStatus":
|
|
164
|
-
"statusSource": "
|
|
153
|
+
"code": "pack_signature_invalid",
|
|
154
|
+
"httpStatus": 400,
|
|
155
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
165
156
|
"retriable": false,
|
|
166
157
|
"details": null,
|
|
167
|
-
"since": "
|
|
168
|
-
"source": "
|
|
158
|
+
"since": "1.0",
|
|
159
|
+
"source": "spec/v1/node-packs.md"
|
|
169
160
|
},
|
|
170
161
|
{
|
|
171
|
-
"code": "
|
|
172
|
-
"httpStatus":
|
|
173
|
-
"statusSource": "v1
|
|
162
|
+
"code": "pack_validation_failed",
|
|
163
|
+
"httpStatus": 400,
|
|
164
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
174
165
|
"retriable": false,
|
|
175
166
|
"details": null,
|
|
176
167
|
"since": "1.0",
|
|
177
|
-
"source": "spec/v1/
|
|
168
|
+
"source": "spec/v1/node-packs.md"
|
|
178
169
|
},
|
|
179
170
|
{
|
|
180
|
-
"code": "
|
|
181
|
-
"httpStatus":
|
|
182
|
-
"statusSource": "
|
|
171
|
+
"code": "protocol_version_mismatch",
|
|
172
|
+
"httpStatus": 400,
|
|
173
|
+
"statusSource": "v2 decision",
|
|
183
174
|
"retriable": false,
|
|
184
175
|
"details": null,
|
|
185
|
-
"since": "
|
|
186
|
-
"source": "
|
|
176
|
+
"since": "2.0",
|
|
177
|
+
"source": "RFC 0172 \u00a7A.3"
|
|
187
178
|
},
|
|
188
179
|
{
|
|
189
|
-
"code": "
|
|
190
|
-
"httpStatus":
|
|
180
|
+
"code": "schedule_horizon_exceeded",
|
|
181
|
+
"httpStatus": 400,
|
|
191
182
|
"statusSource": "v1 convention",
|
|
192
183
|
"retriable": false,
|
|
193
184
|
"details": null,
|
|
194
185
|
"since": "1.0",
|
|
195
|
-
"source": "spec/v1/rest-endpoints.md
|
|
186
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
196
187
|
},
|
|
197
188
|
{
|
|
198
|
-
"code": "
|
|
199
|
-
"httpStatus":
|
|
200
|
-
"statusSource": "
|
|
189
|
+
"code": "sub_chain_cycle",
|
|
190
|
+
"httpStatus": 400,
|
|
191
|
+
"statusSource": "v2 decision",
|
|
201
192
|
"retriable": false,
|
|
202
193
|
"details": null,
|
|
203
|
-
"since": "
|
|
204
|
-
"source": "
|
|
194
|
+
"since": "2.0",
|
|
195
|
+
"source": "RFC 0133 \u00a7Unresolved 3 (resolved: maxSubChainDepth 8, fail closed); carried into v2 by RFC 0177 \u00a7E"
|
|
205
196
|
},
|
|
206
197
|
{
|
|
207
|
-
"code": "
|
|
208
|
-
"httpStatus":
|
|
198
|
+
"code": "sub_chain_depth_exceeded",
|
|
199
|
+
"httpStatus": 400,
|
|
209
200
|
"statusSource": "v2 decision",
|
|
210
201
|
"retriable": false,
|
|
211
202
|
"details": null,
|
|
212
203
|
"since": "2.0",
|
|
213
|
-
"source": "RFC
|
|
204
|
+
"source": "RFC 0133 \u00a7Unresolved 3 \u2014 the depth ceiling breach (distinct from a cycle)"
|
|
214
205
|
},
|
|
215
206
|
{
|
|
216
|
-
"code": "
|
|
217
|
-
"httpStatus":
|
|
207
|
+
"code": "unsupported_stream_mode",
|
|
208
|
+
"httpStatus": 400,
|
|
218
209
|
"statusSource": "v1 prose",
|
|
219
210
|
"retriable": false,
|
|
220
211
|
"details": null,
|
|
221
212
|
"since": "1.0",
|
|
222
|
-
"source": "
|
|
213
|
+
"source": "api/openapi.yaml UnsupportedStreamMode (RFC 0171 \u00a7B.1 folds the one-member enum)"
|
|
223
214
|
},
|
|
224
215
|
{
|
|
225
|
-
"code": "
|
|
226
|
-
"httpStatus":
|
|
227
|
-
"statusSource": "
|
|
216
|
+
"code": "until_in_past",
|
|
217
|
+
"httpStatus": 400,
|
|
218
|
+
"statusSource": "v2 decision",
|
|
219
|
+
"retriable": false,
|
|
220
|
+
"details": null,
|
|
221
|
+
"since": "2.0",
|
|
222
|
+
"source": "RFC 0169 \u00a7A.3 (validation_error details.reason in v1; a code in v2)"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"code": "validation_error",
|
|
226
|
+
"httpStatus": 400,
|
|
227
|
+
"statusSource": "v1 convention",
|
|
228
228
|
"retriable": false,
|
|
229
229
|
"details": null,
|
|
230
230
|
"since": "1.0",
|
|
231
|
-
"source": "spec/v1/
|
|
231
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
232
232
|
},
|
|
233
233
|
{
|
|
234
|
-
"code": "
|
|
235
|
-
"httpStatus":
|
|
234
|
+
"code": "webhook_url_rejected",
|
|
235
|
+
"httpStatus": 400,
|
|
236
236
|
"statusSource": "v2 decision",
|
|
237
237
|
"retriable": false,
|
|
238
238
|
"details": null,
|
|
239
239
|
"since": "2.0",
|
|
240
|
-
"source": "spec/v2/core/
|
|
240
|
+
"source": "spec/v2/core/webhooks.md \u00a7Egress"
|
|
241
241
|
},
|
|
242
242
|
{
|
|
243
|
-
"code": "
|
|
244
|
-
"httpStatus":
|
|
243
|
+
"code": "audience_mismatch",
|
|
244
|
+
"httpStatus": 401,
|
|
245
245
|
"statusSource": "v2 decision",
|
|
246
246
|
"retriable": false,
|
|
247
247
|
"details": null,
|
|
248
248
|
"since": "2.0",
|
|
249
|
-
"source": "RFC 0170
|
|
249
|
+
"source": "RFC 0170 \u00a7B.1"
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
|
-
"code": "
|
|
253
|
-
"httpStatus":
|
|
254
|
-
"statusSource": "v1
|
|
252
|
+
"code": "connector_auth_expired",
|
|
253
|
+
"httpStatus": 401,
|
|
254
|
+
"statusSource": "v1 convention",
|
|
255
255
|
"retriable": false,
|
|
256
256
|
"details": null,
|
|
257
257
|
"since": "1.0",
|
|
258
|
-
"source": "spec/v1/
|
|
258
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
259
259
|
},
|
|
260
260
|
{
|
|
261
|
-
"code": "
|
|
262
|
-
"httpStatus":
|
|
261
|
+
"code": "credential_revoked",
|
|
262
|
+
"httpStatus": 401,
|
|
263
263
|
"statusSource": "v2 decision",
|
|
264
264
|
"retriable": false,
|
|
265
265
|
"details": null,
|
|
266
266
|
"since": "2.0",
|
|
267
|
-
"source": "RFC 0170
|
|
267
|
+
"source": "RFC 0170 \u00a7B.3"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
270
|
-
"code": "
|
|
271
|
-
"httpStatus":
|
|
272
|
-
"statusSource": "
|
|
270
|
+
"code": "delegation_expired",
|
|
271
|
+
"httpStatus": 401,
|
|
272
|
+
"statusSource": "v2 decision",
|
|
273
273
|
"retriable": false,
|
|
274
274
|
"details": null,
|
|
275
|
-
"since": "
|
|
276
|
-
"source": "
|
|
275
|
+
"since": "2.0",
|
|
276
|
+
"source": "RFC 0170 \u00a7B.1"
|
|
277
277
|
},
|
|
278
278
|
{
|
|
279
279
|
"code": "identity_unresolvable",
|
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"retriable": false,
|
|
283
283
|
"details": null,
|
|
284
284
|
"since": "2.0",
|
|
285
|
-
"source": "RFC 0170
|
|
285
|
+
"source": "RFC 0170 \u00a7B.1"
|
|
286
286
|
},
|
|
287
287
|
{
|
|
288
288
|
"code": "identity_unverified",
|
|
@@ -291,97 +291,88 @@
|
|
|
291
291
|
"retriable": false,
|
|
292
292
|
"details": null,
|
|
293
293
|
"since": "2.0",
|
|
294
|
-
"source": "RFC 0170
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"code": "internal_error",
|
|
298
|
-
"httpStatus": 500,
|
|
299
|
-
"statusSource": "v1 convention",
|
|
300
|
-
"retriable": true,
|
|
301
|
-
"details": null,
|
|
302
|
-
"since": "1.0",
|
|
303
|
-
"source": "spec/v1/rest-endpoints.md §Error response shape"
|
|
294
|
+
"source": "RFC 0170 \u00a7B.1 / RFC 0154"
|
|
304
295
|
},
|
|
305
296
|
{
|
|
306
|
-
"code": "
|
|
307
|
-
"httpStatus":
|
|
308
|
-
"statusSource": "
|
|
297
|
+
"code": "interrupt_token_invalid",
|
|
298
|
+
"httpStatus": 401,
|
|
299
|
+
"statusSource": "v2 decision",
|
|
309
300
|
"retriable": false,
|
|
310
301
|
"details": null,
|
|
311
|
-
"since": "
|
|
312
|
-
"source": "
|
|
302
|
+
"since": "2.0",
|
|
303
|
+
"source": "RFC 0170 \u00a7E.1"
|
|
313
304
|
},
|
|
314
305
|
{
|
|
315
|
-
"code": "
|
|
316
|
-
"httpStatus":
|
|
317
|
-
"statusSource": "v1
|
|
306
|
+
"code": "key_revoked",
|
|
307
|
+
"httpStatus": 401,
|
|
308
|
+
"statusSource": "v1 convention",
|
|
318
309
|
"retriable": false,
|
|
319
310
|
"details": null,
|
|
320
311
|
"since": "1.0",
|
|
321
|
-
"source": "spec/v1/
|
|
312
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
322
313
|
},
|
|
323
314
|
{
|
|
324
|
-
"code": "
|
|
325
|
-
"httpStatus":
|
|
326
|
-
"statusSource": "
|
|
315
|
+
"code": "sender_constraint_missing",
|
|
316
|
+
"httpStatus": 401,
|
|
317
|
+
"statusSource": "v2 decision",
|
|
327
318
|
"retriable": false,
|
|
328
319
|
"details": null,
|
|
329
|
-
"since": "
|
|
330
|
-
"source": "
|
|
320
|
+
"since": "2.0",
|
|
321
|
+
"source": "RFC 0170 \u00a7B.4"
|
|
331
322
|
},
|
|
332
323
|
{
|
|
333
|
-
"code": "
|
|
334
|
-
"httpStatus":
|
|
335
|
-
"statusSource": "v1
|
|
324
|
+
"code": "unauthenticated",
|
|
325
|
+
"httpStatus": 401,
|
|
326
|
+
"statusSource": "v1 convention",
|
|
336
327
|
"retriable": false,
|
|
337
328
|
"details": null,
|
|
338
329
|
"since": "1.0",
|
|
339
|
-
"source": "spec/v1/
|
|
330
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
340
331
|
},
|
|
341
332
|
{
|
|
342
|
-
"code": "
|
|
343
|
-
"httpStatus":
|
|
344
|
-
"statusSource": "v1
|
|
333
|
+
"code": "credential_forbidden",
|
|
334
|
+
"httpStatus": 403,
|
|
335
|
+
"statusSource": "v1 convention",
|
|
345
336
|
"retriable": false,
|
|
346
337
|
"details": null,
|
|
347
338
|
"since": "1.0",
|
|
348
|
-
"source": "spec/v1/
|
|
339
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
349
340
|
},
|
|
350
341
|
{
|
|
351
|
-
"code": "
|
|
352
|
-
"httpStatus":
|
|
342
|
+
"code": "delegation_scope_amplified",
|
|
343
|
+
"httpStatus": 403,
|
|
353
344
|
"statusSource": "v2 decision",
|
|
354
345
|
"retriable": false,
|
|
355
346
|
"details": null,
|
|
356
347
|
"since": "2.0",
|
|
357
|
-
"source": "RFC 0170
|
|
348
|
+
"source": "RFC 0170 \u00a7B.1"
|
|
358
349
|
},
|
|
359
350
|
{
|
|
360
|
-
"code": "
|
|
361
|
-
"httpStatus":
|
|
362
|
-
"statusSource": "v1
|
|
351
|
+
"code": "forbidden",
|
|
352
|
+
"httpStatus": 403,
|
|
353
|
+
"statusSource": "v1 prose",
|
|
363
354
|
"retriable": false,
|
|
364
355
|
"details": null,
|
|
365
356
|
"since": "1.0",
|
|
366
|
-
"source": "spec/v1/
|
|
357
|
+
"source": "spec/v1/auth.md (v1 MUST)"
|
|
367
358
|
},
|
|
368
359
|
{
|
|
369
|
-
"code": "
|
|
370
|
-
"httpStatus":
|
|
371
|
-
"statusSource": "v1
|
|
360
|
+
"code": "force_engine_version_forbidden",
|
|
361
|
+
"httpStatus": 403,
|
|
362
|
+
"statusSource": "v1 prose",
|
|
372
363
|
"retriable": false,
|
|
373
364
|
"details": null,
|
|
374
365
|
"since": "1.0",
|
|
375
|
-
"source": "spec/v1/
|
|
366
|
+
"source": "spec/v1/run-options.md / version-negotiation.md (OpenWOP-Force-Engine-Version outside test keys)"
|
|
376
367
|
},
|
|
377
368
|
{
|
|
378
|
-
"code": "
|
|
379
|
-
"httpStatus":
|
|
369
|
+
"code": "id_tenant_mismatch",
|
|
370
|
+
"httpStatus": 403,
|
|
380
371
|
"statusSource": "v2 decision",
|
|
381
372
|
"retriable": false,
|
|
382
373
|
"details": null,
|
|
383
374
|
"since": "2.0",
|
|
384
|
-
"source": "RFC
|
|
375
|
+
"source": "RFC 0170 \u00a7D.1 (an id whose tenant segment is not the caller's)"
|
|
385
376
|
},
|
|
386
377
|
{
|
|
387
378
|
"code": "mock_provider_forbidden",
|
|
@@ -393,80 +384,80 @@
|
|
|
393
384
|
"source": "spec/v1/run-options.md (mockProvider outside test keys)"
|
|
394
385
|
},
|
|
395
386
|
{
|
|
396
|
-
"code": "
|
|
397
|
-
"httpStatus":
|
|
398
|
-
"statusSource": "v1 convention",
|
|
387
|
+
"code": "pack_namespace_unauthorized",
|
|
388
|
+
"httpStatus": 403,
|
|
389
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
399
390
|
"retriable": false,
|
|
400
391
|
"details": null,
|
|
401
392
|
"since": "1.0",
|
|
402
|
-
"source": "spec/v1/
|
|
393
|
+
"source": "spec/v1/node-packs.md"
|
|
403
394
|
},
|
|
404
395
|
{
|
|
405
|
-
"code": "
|
|
406
|
-
"httpStatus":
|
|
407
|
-
"statusSource": "v1
|
|
396
|
+
"code": "run_forbidden",
|
|
397
|
+
"httpStatus": 403,
|
|
398
|
+
"statusSource": "v1 prose",
|
|
408
399
|
"retriable": false,
|
|
409
400
|
"details": null,
|
|
410
401
|
"since": "1.0",
|
|
411
|
-
"source": "spec/v1/rest-endpoints.md
|
|
402
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
412
403
|
},
|
|
413
404
|
{
|
|
414
|
-
"code": "
|
|
415
|
-
"httpStatus":
|
|
405
|
+
"code": "sandbox_capability_denied",
|
|
406
|
+
"httpStatus": 403,
|
|
416
407
|
"statusSource": "v1 convention",
|
|
417
408
|
"retriable": false,
|
|
418
409
|
"details": null,
|
|
419
410
|
"since": "1.0",
|
|
420
|
-
"source": "spec/v1/rest-endpoints.md
|
|
411
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
421
412
|
},
|
|
422
413
|
{
|
|
423
|
-
"code": "
|
|
424
|
-
"httpStatus":
|
|
425
|
-
"statusSource": "v1 convention
|
|
414
|
+
"code": "sandbox_escape_attempt",
|
|
415
|
+
"httpStatus": 403,
|
|
416
|
+
"statusSource": "v1 convention",
|
|
426
417
|
"retriable": false,
|
|
427
418
|
"details": null,
|
|
428
419
|
"since": "1.0",
|
|
429
|
-
"source": "spec/v1/
|
|
420
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
430
421
|
},
|
|
431
422
|
{
|
|
432
|
-
"code": "
|
|
433
|
-
"httpStatus":
|
|
434
|
-
"statusSource": "v1
|
|
423
|
+
"code": "workspace_membership_required",
|
|
424
|
+
"httpStatus": 403,
|
|
425
|
+
"statusSource": "v1 prose",
|
|
435
426
|
"retriable": false,
|
|
436
427
|
"details": null,
|
|
437
428
|
"since": "1.0",
|
|
438
|
-
"source": "spec/v1/
|
|
429
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
439
430
|
},
|
|
440
431
|
{
|
|
441
|
-
"code": "
|
|
442
|
-
"httpStatus":
|
|
443
|
-
"statusSource": "
|
|
432
|
+
"code": "credential_not_found",
|
|
433
|
+
"httpStatus": 404,
|
|
434
|
+
"statusSource": "v1 convention",
|
|
444
435
|
"retriable": false,
|
|
445
436
|
"details": null,
|
|
446
|
-
"since": "
|
|
447
|
-
"source": "
|
|
437
|
+
"since": "1.0",
|
|
438
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
448
439
|
},
|
|
449
440
|
{
|
|
450
|
-
"code": "
|
|
451
|
-
"httpStatus":
|
|
452
|
-
"statusSource": "v1
|
|
441
|
+
"code": "interrupt_not_found",
|
|
442
|
+
"httpStatus": 404,
|
|
443
|
+
"statusSource": "v1 prose",
|
|
453
444
|
"retriable": false,
|
|
454
445
|
"details": null,
|
|
455
446
|
"since": "1.0",
|
|
456
|
-
"source": "spec/v1/
|
|
447
|
+
"source": "spec/v1/interrupt.md"
|
|
457
448
|
},
|
|
458
449
|
{
|
|
459
|
-
"code": "
|
|
460
|
-
"httpStatus":
|
|
461
|
-
"statusSource": "v1 convention
|
|
450
|
+
"code": "not_found",
|
|
451
|
+
"httpStatus": 404,
|
|
452
|
+
"statusSource": "v1 convention",
|
|
462
453
|
"retriable": false,
|
|
463
454
|
"details": null,
|
|
464
455
|
"since": "1.0",
|
|
465
|
-
"source": "spec/v1/
|
|
456
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
466
457
|
},
|
|
467
458
|
{
|
|
468
|
-
"code": "
|
|
469
|
-
"httpStatus":
|
|
459
|
+
"code": "pack_version_not_found",
|
|
460
|
+
"httpStatus": 404,
|
|
470
461
|
"statusSource": "v1 convention (node-packs.md)",
|
|
471
462
|
"retriable": false,
|
|
472
463
|
"details": null,
|
|
@@ -474,80 +465,80 @@
|
|
|
474
465
|
"source": "spec/v1/node-packs.md"
|
|
475
466
|
},
|
|
476
467
|
{
|
|
477
|
-
"code": "
|
|
478
|
-
"httpStatus":
|
|
479
|
-
"statusSource": "v1 convention
|
|
468
|
+
"code": "replay_source_missing",
|
|
469
|
+
"httpStatus": 404,
|
|
470
|
+
"statusSource": "v1 convention",
|
|
480
471
|
"retriable": false,
|
|
481
472
|
"details": null,
|
|
482
473
|
"since": "1.0",
|
|
483
|
-
"source": "spec/v1/
|
|
474
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
484
475
|
},
|
|
485
476
|
{
|
|
486
|
-
"code": "
|
|
487
|
-
"httpStatus":
|
|
488
|
-
"statusSource": "v1
|
|
477
|
+
"code": "signature_not_available",
|
|
478
|
+
"httpStatus": 404,
|
|
479
|
+
"statusSource": "v1 prose",
|
|
489
480
|
"retriable": false,
|
|
490
481
|
"details": null,
|
|
491
482
|
"since": "1.0",
|
|
492
|
-
"source": "
|
|
483
|
+
"source": "api/openapi.yaml"
|
|
493
484
|
},
|
|
494
485
|
{
|
|
495
|
-
"code": "
|
|
496
|
-
"httpStatus":
|
|
497
|
-
"statusSource": "
|
|
486
|
+
"code": "protocol_version_unsupported",
|
|
487
|
+
"httpStatus": 406,
|
|
488
|
+
"statusSource": "v2 decision",
|
|
498
489
|
"retriable": false,
|
|
499
490
|
"details": null,
|
|
500
|
-
"since": "
|
|
501
|
-
"source": "
|
|
491
|
+
"since": "2.0",
|
|
492
|
+
"source": "RFC 0172 \u00a7A.3"
|
|
502
493
|
},
|
|
503
494
|
{
|
|
504
|
-
"code": "
|
|
505
|
-
"httpStatus":
|
|
506
|
-
"statusSource": "v1
|
|
495
|
+
"code": "connection_provider_conflict",
|
|
496
|
+
"httpStatus": 409,
|
|
497
|
+
"statusSource": "v1 prose",
|
|
507
498
|
"retriable": false,
|
|
508
499
|
"details": null,
|
|
509
500
|
"since": "1.0",
|
|
510
|
-
"source": "spec/v1/
|
|
501
|
+
"source": "spec/v1/connection-packs.md; RFC 0177 \u00a7D.1 fail-closed"
|
|
511
502
|
},
|
|
512
503
|
{
|
|
513
|
-
"code": "
|
|
514
|
-
"httpStatus":
|
|
515
|
-
"statusSource": "v1
|
|
504
|
+
"code": "envelope_correlation_conflict",
|
|
505
|
+
"httpStatus": 409,
|
|
506
|
+
"statusSource": "v1 prose",
|
|
516
507
|
"retriable": false,
|
|
517
508
|
"details": null,
|
|
518
509
|
"since": "1.0",
|
|
519
|
-
"source": "spec/v1/
|
|
510
|
+
"source": "spec/v1/ai-envelope.md E2 (correlationId type conflict)"
|
|
520
511
|
},
|
|
521
512
|
{
|
|
522
|
-
"code": "
|
|
523
|
-
"httpStatus":
|
|
524
|
-
"statusSource": "v1
|
|
525
|
-
"retriable":
|
|
513
|
+
"code": "idempotency_in_flight",
|
|
514
|
+
"httpStatus": 409,
|
|
515
|
+
"statusSource": "v1 prose",
|
|
516
|
+
"retriable": false,
|
|
526
517
|
"details": null,
|
|
527
518
|
"since": "1.0",
|
|
528
|
-
"source": "spec/v1/
|
|
519
|
+
"source": "spec/v1/idempotency.md \u00a7Concurrent duplicates (v1 MUST; RFC 0171 \u00a7B.2 keeps one mismatch code, this is the in-flight state)"
|
|
529
520
|
},
|
|
530
521
|
{
|
|
531
|
-
"code": "
|
|
532
|
-
"httpStatus":
|
|
533
|
-
"statusSource": "v1
|
|
522
|
+
"code": "idempotency_key_mismatch",
|
|
523
|
+
"httpStatus": 409,
|
|
524
|
+
"statusSource": "v1 prose",
|
|
534
525
|
"retriable": false,
|
|
535
526
|
"details": null,
|
|
536
527
|
"since": "1.0",
|
|
537
|
-
"source": "spec/v1/
|
|
528
|
+
"source": "spec/v1/idempotency.md (the only spelling; RFC 0171 \u00a7B.2)"
|
|
538
529
|
},
|
|
539
530
|
{
|
|
540
|
-
"code": "
|
|
541
|
-
"httpStatus":
|
|
542
|
-
"statusSource": "v1
|
|
531
|
+
"code": "interrupt_already_resolved",
|
|
532
|
+
"httpStatus": 409,
|
|
533
|
+
"statusSource": "v1 prose",
|
|
543
534
|
"retriable": false,
|
|
544
535
|
"details": null,
|
|
545
536
|
"since": "1.0",
|
|
546
|
-
"source": "spec/v1/
|
|
537
|
+
"source": "spec/v1/interrupt.md (409/410 overlap: RFC 0171 row C4.6 \u2014 one code per state)"
|
|
547
538
|
},
|
|
548
539
|
{
|
|
549
|
-
"code": "
|
|
550
|
-
"httpStatus":
|
|
540
|
+
"code": "pack_dependency_conflict",
|
|
541
|
+
"httpStatus": 409,
|
|
551
542
|
"statusSource": "v1 convention (node-packs.md)",
|
|
552
543
|
"retriable": false,
|
|
553
544
|
"details": null,
|
|
@@ -555,8 +546,8 @@
|
|
|
555
546
|
"source": "spec/v1/node-packs.md"
|
|
556
547
|
},
|
|
557
548
|
{
|
|
558
|
-
"code": "
|
|
559
|
-
"httpStatus":
|
|
549
|
+
"code": "pack_integrity_mismatch",
|
|
550
|
+
"httpStatus": 409,
|
|
560
551
|
"statusSource": "v1 convention (node-packs.md)",
|
|
561
552
|
"retriable": false,
|
|
562
553
|
"details": null,
|
|
@@ -564,292 +555,319 @@
|
|
|
564
555
|
"source": "spec/v1/node-packs.md"
|
|
565
556
|
},
|
|
566
557
|
{
|
|
567
|
-
"code": "
|
|
568
|
-
"httpStatus":
|
|
569
|
-
"statusSource": "
|
|
558
|
+
"code": "replay_diverged_at_refusal",
|
|
559
|
+
"httpStatus": 409,
|
|
560
|
+
"statusSource": "v1 convention",
|
|
570
561
|
"retriable": false,
|
|
571
562
|
"details": null,
|
|
572
|
-
"since": "
|
|
573
|
-
"source": "
|
|
563
|
+
"since": "1.0",
|
|
564
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
574
565
|
},
|
|
575
566
|
{
|
|
576
|
-
"code": "
|
|
577
|
-
"httpStatus":
|
|
578
|
-
"statusSource": "
|
|
567
|
+
"code": "replay_memory_snapshot_unavailable",
|
|
568
|
+
"httpStatus": 409,
|
|
569
|
+
"statusSource": "v1 convention",
|
|
579
570
|
"retriable": false,
|
|
580
571
|
"details": null,
|
|
581
|
-
"since": "
|
|
582
|
-
"source": "
|
|
572
|
+
"since": "1.0",
|
|
573
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
583
574
|
},
|
|
584
575
|
{
|
|
585
|
-
"code": "
|
|
586
|
-
"httpStatus":
|
|
576
|
+
"code": "run_already_active",
|
|
577
|
+
"httpStatus": 409,
|
|
587
578
|
"statusSource": "v1 convention",
|
|
588
|
-
"retriable":
|
|
579
|
+
"retriable": false,
|
|
589
580
|
"details": null,
|
|
590
581
|
"since": "1.0",
|
|
591
|
-
"source": "spec/v1/rest-endpoints.md
|
|
582
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
592
583
|
},
|
|
593
584
|
{
|
|
594
|
-
"code": "
|
|
595
|
-
"httpStatus":
|
|
596
|
-
"statusSource": "v1
|
|
585
|
+
"code": "run_terminal",
|
|
586
|
+
"httpStatus": 409,
|
|
587
|
+
"statusSource": "v1 prose",
|
|
597
588
|
"retriable": false,
|
|
598
589
|
"details": null,
|
|
599
590
|
"since": "1.0",
|
|
600
|
-
"source": "spec/v1/rest-endpoints.md
|
|
591
|
+
"source": "spec/v1/rest-endpoints.md (a mutation on a terminal run)"
|
|
601
592
|
},
|
|
602
593
|
{
|
|
603
|
-
"code": "
|
|
594
|
+
"code": "version_conflict",
|
|
604
595
|
"httpStatus": 409,
|
|
605
|
-
"statusSource": "v1
|
|
596
|
+
"statusSource": "v1 prose",
|
|
606
597
|
"retriable": false,
|
|
607
598
|
"details": null,
|
|
608
599
|
"since": "1.0",
|
|
609
|
-
"source": "
|
|
600
|
+
"source": "api/openapi.yaml"
|
|
610
601
|
},
|
|
611
602
|
{
|
|
612
|
-
"code": "
|
|
603
|
+
"code": "workspace_conflict",
|
|
613
604
|
"httpStatus": 409,
|
|
614
|
-
"statusSource": "v1
|
|
605
|
+
"statusSource": "v1 prose",
|
|
615
606
|
"retriable": false,
|
|
616
607
|
"details": null,
|
|
617
608
|
"since": "1.0",
|
|
618
|
-
"source": "spec/v1/rest-endpoints.md
|
|
609
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
619
610
|
},
|
|
620
611
|
{
|
|
621
|
-
"code": "
|
|
622
|
-
"httpStatus":
|
|
623
|
-
"statusSource": "v1
|
|
612
|
+
"code": "interrupt_cancelled",
|
|
613
|
+
"httpStatus": 410,
|
|
614
|
+
"statusSource": "v1 prose",
|
|
624
615
|
"retriable": false,
|
|
625
616
|
"details": null,
|
|
626
617
|
"since": "1.0",
|
|
627
|
-
"source": "spec/v1/
|
|
618
|
+
"source": "spec/v1/interrupt.md (the run was cancelled while suspended)"
|
|
628
619
|
},
|
|
629
620
|
{
|
|
630
|
-
"code": "
|
|
631
|
-
"httpStatus":
|
|
632
|
-
"statusSource": "v1
|
|
633
|
-
"retriable":
|
|
621
|
+
"code": "interrupt_expired",
|
|
622
|
+
"httpStatus": 410,
|
|
623
|
+
"statusSource": "v1 prose",
|
|
624
|
+
"retriable": false,
|
|
634
625
|
"details": null,
|
|
635
626
|
"since": "1.0",
|
|
636
|
-
"source": "spec/v1/
|
|
627
|
+
"source": "spec/v1/interrupt.md"
|
|
637
628
|
},
|
|
638
629
|
{
|
|
639
|
-
"code": "
|
|
640
|
-
"httpStatus":
|
|
641
|
-
"statusSource": "
|
|
630
|
+
"code": "payload_too_large",
|
|
631
|
+
"httpStatus": 413,
|
|
632
|
+
"statusSource": "v2 decision",
|
|
642
633
|
"retriable": false,
|
|
643
634
|
"details": null,
|
|
644
|
-
"since": "
|
|
645
|
-
"source": "spec/
|
|
635
|
+
"since": "2.0",
|
|
636
|
+
"source": "spec/v2/core/errors.md \u00a7The envelope \u2014 a request body a host refuses on size before parsing it (RFC 9110 \u00a715.5.14); registered 2026-09-05 because both production hosts had to invent it"
|
|
646
637
|
},
|
|
647
638
|
{
|
|
648
|
-
"code": "
|
|
649
|
-
"httpStatus":
|
|
639
|
+
"code": "workspace_too_large",
|
|
640
|
+
"httpStatus": 413,
|
|
650
641
|
"statusSource": "v1 prose",
|
|
651
642
|
"retriable": false,
|
|
652
643
|
"details": null,
|
|
653
644
|
"since": "1.0",
|
|
654
|
-
"source": "spec/v1/rest-endpoints.md
|
|
645
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
655
646
|
},
|
|
656
647
|
{
|
|
657
|
-
"code": "
|
|
658
|
-
"httpStatus":
|
|
659
|
-
"statusSource": "
|
|
648
|
+
"code": "unsupported_media_type",
|
|
649
|
+
"httpStatus": 415,
|
|
650
|
+
"statusSource": "v2 decision",
|
|
660
651
|
"retriable": false,
|
|
661
652
|
"details": null,
|
|
662
|
-
"since": "
|
|
663
|
-
"source": "spec/
|
|
653
|
+
"since": "2.0",
|
|
654
|
+
"source": "spec/v2/core/errors.md \u00a7The envelope \u2014 a request body whose Content-Type the host does not accept (RFC 9110 \u00a715.5.16); registered 2026-09-05 because both production hosts had to invent it"
|
|
664
655
|
},
|
|
665
656
|
{
|
|
666
|
-
"code": "
|
|
657
|
+
"code": "capability_not_provided",
|
|
667
658
|
"httpStatus": 422,
|
|
668
659
|
"statusSource": "v1 convention",
|
|
669
660
|
"retriable": false,
|
|
670
661
|
"details": null,
|
|
671
662
|
"since": "1.0",
|
|
672
|
-
"source": "spec/v1/rest-endpoints.md
|
|
663
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
673
664
|
},
|
|
674
665
|
{
|
|
675
|
-
"code": "
|
|
676
|
-
"httpStatus":
|
|
666
|
+
"code": "capability_required",
|
|
667
|
+
"httpStatus": 422,
|
|
677
668
|
"statusSource": "v1 convention",
|
|
678
|
-
"retriable":
|
|
669
|
+
"retriable": false,
|
|
679
670
|
"details": null,
|
|
680
671
|
"since": "1.0",
|
|
681
|
-
"source": "spec/v1/rest-endpoints.md
|
|
672
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
682
673
|
},
|
|
683
674
|
{
|
|
684
|
-
"code": "
|
|
685
|
-
"httpStatus":
|
|
675
|
+
"code": "credential_required",
|
|
676
|
+
"httpStatus": 422,
|
|
686
677
|
"statusSource": "v1 convention",
|
|
687
678
|
"retriable": false,
|
|
688
679
|
"details": null,
|
|
689
680
|
"since": "1.0",
|
|
690
|
-
"source": "spec/v1/rest-endpoints.md
|
|
681
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
691
682
|
},
|
|
692
683
|
{
|
|
693
|
-
"code": "
|
|
694
|
-
"httpStatus":
|
|
684
|
+
"code": "envelope_invalid",
|
|
685
|
+
"httpStatus": 422,
|
|
695
686
|
"statusSource": "v1 convention",
|
|
696
687
|
"retriable": false,
|
|
697
688
|
"details": null,
|
|
698
689
|
"since": "1.0",
|
|
699
|
-
"source": "spec/v1/rest-endpoints.md
|
|
690
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
700
691
|
},
|
|
701
692
|
{
|
|
702
|
-
"code": "
|
|
693
|
+
"code": "envelope_refusal",
|
|
703
694
|
"httpStatus": 422,
|
|
704
695
|
"statusSource": "v1 convention",
|
|
705
696
|
"retriable": false,
|
|
706
697
|
"details": null,
|
|
707
698
|
"since": "1.0",
|
|
708
|
-
"source": "spec/v1/rest-endpoints.md
|
|
699
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
709
700
|
},
|
|
710
701
|
{
|
|
711
|
-
"code": "
|
|
702
|
+
"code": "envelope_truncation_unrecoverable",
|
|
712
703
|
"httpStatus": 422,
|
|
713
704
|
"statusSource": "v1 convention",
|
|
714
705
|
"retriable": false,
|
|
715
706
|
"details": null,
|
|
716
707
|
"since": "1.0",
|
|
717
|
-
"source": "spec/v1/rest-endpoints.md
|
|
708
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
718
709
|
},
|
|
719
710
|
{
|
|
720
|
-
"code": "
|
|
721
|
-
"httpStatus":
|
|
711
|
+
"code": "fork_point_invalid",
|
|
712
|
+
"httpStatus": 422,
|
|
713
|
+
"statusSource": "v2 decision",
|
|
714
|
+
"retriable": false,
|
|
715
|
+
"details": null,
|
|
716
|
+
"since": "2.0",
|
|
717
|
+
"source": "spec/v2/core/runs.md \u00a7Fork"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
"code": "loop_limit_exceeded",
|
|
721
|
+
"httpStatus": 422,
|
|
722
722
|
"statusSource": "v1 convention",
|
|
723
723
|
"retriable": false,
|
|
724
724
|
"details": null,
|
|
725
725
|
"since": "1.0",
|
|
726
|
-
"source": "spec/v1/rest-endpoints.md
|
|
726
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
727
727
|
},
|
|
728
728
|
{
|
|
729
|
-
"code": "
|
|
730
|
-
"httpStatus":
|
|
729
|
+
"code": "mcp_mrtr_rounds_exceeded",
|
|
730
|
+
"httpStatus": 422,
|
|
731
731
|
"statusSource": "v2 decision",
|
|
732
732
|
"retriable": false,
|
|
733
733
|
"details": null,
|
|
734
734
|
"since": "2.0",
|
|
735
|
-
"source": "RFC
|
|
735
|
+
"source": "RFC 0175 \u00a7E.1"
|
|
736
736
|
},
|
|
737
737
|
{
|
|
738
|
-
"code": "
|
|
739
|
-
"httpStatus":
|
|
740
|
-
"statusSource": "v1
|
|
738
|
+
"code": "pack_runtime_requirement_unmet",
|
|
739
|
+
"httpStatus": 422,
|
|
740
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
741
741
|
"retriable": false,
|
|
742
742
|
"details": null,
|
|
743
743
|
"since": "1.0",
|
|
744
|
-
"source": "
|
|
744
|
+
"source": "spec/v1/node-packs.md"
|
|
745
745
|
},
|
|
746
746
|
{
|
|
747
|
-
"code": "
|
|
748
|
-
"httpStatus":
|
|
749
|
-
"statusSource": "
|
|
747
|
+
"code": "recursion_limit_exceeded",
|
|
748
|
+
"httpStatus": 422,
|
|
749
|
+
"statusSource": "v1 convention",
|
|
750
750
|
"retriable": false,
|
|
751
751
|
"details": null,
|
|
752
|
-
"since": "
|
|
753
|
-
"source": "
|
|
752
|
+
"since": "1.0",
|
|
753
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
754
754
|
},
|
|
755
755
|
{
|
|
756
|
-
"code": "
|
|
757
|
-
"httpStatus":
|
|
758
|
-
"statusSource": "
|
|
756
|
+
"code": "residency_unavailable",
|
|
757
|
+
"httpStatus": 422,
|
|
758
|
+
"statusSource": "v1 convention",
|
|
759
|
+
"retriable": true,
|
|
760
|
+
"details": null,
|
|
761
|
+
"since": "1.0",
|
|
762
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"code": "run_timeout",
|
|
766
|
+
"httpStatus": 422,
|
|
767
|
+
"statusSource": "v1 convention",
|
|
759
768
|
"retriable": false,
|
|
760
769
|
"details": null,
|
|
761
|
-
"since": "
|
|
762
|
-
"source": "
|
|
770
|
+
"since": "1.0",
|
|
771
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
763
772
|
},
|
|
764
773
|
{
|
|
765
|
-
"code": "
|
|
774
|
+
"code": "sandbox_memory_exceeded",
|
|
766
775
|
"httpStatus": 422,
|
|
767
776
|
"statusSource": "v1 convention",
|
|
768
777
|
"retriable": false,
|
|
769
778
|
"details": null,
|
|
770
779
|
"since": "1.0",
|
|
771
|
-
"source": "spec/v1/rest-endpoints.md
|
|
780
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
772
781
|
},
|
|
773
782
|
{
|
|
774
|
-
"code": "
|
|
775
|
-
"httpStatus":
|
|
783
|
+
"code": "sandbox_timeout",
|
|
784
|
+
"httpStatus": 422,
|
|
776
785
|
"statusSource": "v1 convention",
|
|
777
786
|
"retriable": false,
|
|
778
787
|
"details": null,
|
|
779
788
|
"since": "1.0",
|
|
780
|
-
"source": "spec/v1/rest-endpoints.md
|
|
789
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
781
790
|
},
|
|
782
791
|
{
|
|
783
|
-
"code": "
|
|
784
|
-
"httpStatus":
|
|
785
|
-
"statusSource": "v1
|
|
792
|
+
"code": "token_budget_exceeded",
|
|
793
|
+
"httpStatus": 422,
|
|
794
|
+
"statusSource": "v1 convention",
|
|
786
795
|
"retriable": false,
|
|
787
796
|
"details": null,
|
|
788
797
|
"since": "1.0",
|
|
789
|
-
"source": "
|
|
798
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
790
799
|
},
|
|
791
800
|
{
|
|
792
|
-
"code": "
|
|
793
|
-
"httpStatus":
|
|
801
|
+
"code": "client_version_unsupported",
|
|
802
|
+
"httpStatus": 426,
|
|
794
803
|
"statusSource": "v2 decision",
|
|
795
804
|
"retriable": false,
|
|
796
805
|
"details": null,
|
|
797
806
|
"since": "2.0",
|
|
798
|
-
"source": "RFC
|
|
807
|
+
"source": "RFC 0172 row C5.8"
|
|
799
808
|
},
|
|
800
809
|
{
|
|
801
|
-
"code": "
|
|
802
|
-
"httpStatus":
|
|
810
|
+
"code": "rate_limited",
|
|
811
|
+
"httpStatus": 429,
|
|
803
812
|
"statusSource": "v1 convention",
|
|
804
|
-
"retriable":
|
|
813
|
+
"retriable": true,
|
|
805
814
|
"details": null,
|
|
806
815
|
"since": "1.0",
|
|
807
|
-
"source": "spec/v1/rest-endpoints.md
|
|
816
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
808
817
|
},
|
|
809
818
|
{
|
|
810
|
-
"code": "
|
|
811
|
-
"httpStatus":
|
|
812
|
-
"statusSource": "
|
|
819
|
+
"code": "event_type_unmapped",
|
|
820
|
+
"httpStatus": 500,
|
|
821
|
+
"statusSource": "v2 decision",
|
|
813
822
|
"retriable": false,
|
|
814
823
|
"details": null,
|
|
824
|
+
"since": "2.0",
|
|
825
|
+
"source": "RFC 0176 \u00a7A.3 (a run whose log the host cannot translate is not readable)"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"code": "internal_error",
|
|
829
|
+
"httpStatus": 500,
|
|
830
|
+
"statusSource": "v1 convention",
|
|
831
|
+
"retriable": true,
|
|
832
|
+
"details": null,
|
|
815
833
|
"since": "1.0",
|
|
816
|
-
"source": "
|
|
834
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
817
835
|
},
|
|
818
836
|
{
|
|
819
|
-
"code": "
|
|
820
|
-
"httpStatus":
|
|
821
|
-
"statusSource": "
|
|
837
|
+
"code": "pack_load_failure",
|
|
838
|
+
"httpStatus": 500,
|
|
839
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
822
840
|
"retriable": false,
|
|
823
841
|
"details": null,
|
|
824
|
-
"since": "
|
|
825
|
-
"source": "spec/
|
|
842
|
+
"since": "1.0",
|
|
843
|
+
"source": "spec/v1/node-packs.md"
|
|
826
844
|
},
|
|
827
845
|
{
|
|
828
|
-
"code": "
|
|
829
|
-
"httpStatus":
|
|
830
|
-
"statusSource": "v1
|
|
846
|
+
"code": "credential_unavailable",
|
|
847
|
+
"httpStatus": 501,
|
|
848
|
+
"statusSource": "v1 convention",
|
|
831
849
|
"retriable": false,
|
|
832
850
|
"details": null,
|
|
833
851
|
"since": "1.0",
|
|
834
|
-
"source": "spec/v1/rest-endpoints.md
|
|
852
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
835
853
|
},
|
|
836
854
|
{
|
|
837
|
-
"code": "
|
|
838
|
-
"httpStatus":
|
|
839
|
-
"statusSource": "v1
|
|
840
|
-
"retriable":
|
|
855
|
+
"code": "pack_registry_unreachable",
|
|
856
|
+
"httpStatus": 503,
|
|
857
|
+
"statusSource": "v1 convention (node-packs.md)",
|
|
858
|
+
"retriable": true,
|
|
841
859
|
"details": null,
|
|
842
860
|
"since": "1.0",
|
|
843
|
-
"source": "spec/v1/
|
|
861
|
+
"source": "spec/v1/node-packs.md"
|
|
844
862
|
},
|
|
845
863
|
{
|
|
846
|
-
"code": "
|
|
847
|
-
"httpStatus":
|
|
848
|
-
"statusSource": "v1
|
|
849
|
-
"retriable":
|
|
864
|
+
"code": "runner_unavailable",
|
|
865
|
+
"httpStatus": 503,
|
|
866
|
+
"statusSource": "v1 convention",
|
|
867
|
+
"retriable": true,
|
|
850
868
|
"details": null,
|
|
851
869
|
"since": "1.0",
|
|
852
|
-
"source": "spec/v1/rest-endpoints.md
|
|
870
|
+
"source": "spec/v1/rest-endpoints.md \u00a7Error response shape"
|
|
853
871
|
}
|
|
854
872
|
]
|
|
855
873
|
}
|