Skip to content

Commit 530ec94

Browse files
strefethenclaude
andcommitted
fix(runtime): add err_kind field to remaining StepResult constructors
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ee24da6 commit 530ec94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/arazzo-runtime/src/runtime_core/engine_http.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ impl Engine {
261261
success: true,
262262
response: Some(Arc::new(fake)),
263263
err: None,
264+
err_kind: None,
264265
},
265266
outputs,
266267
dry_run_request: Some(req),
@@ -345,6 +346,7 @@ impl Engine {
345346
success: false,
346347
response: Some(Arc::clone(response)),
347348
err: None,
349+
err_kind: None,
348350
},
349351
outputs: BTreeMap::new(),
350352
dry_run_request: None,
@@ -385,6 +387,7 @@ impl Engine {
385387
success: true,
386388
response: Some(Arc::clone(response)),
387389
err: None,
390+
err_kind: None,
388391
},
389392
outputs,
390393
dry_run_request: None,

0 commit comments

Comments
 (0)