Skip to content

Commit 9a6d72f

Browse files
Update crates/taurus-core/src/ERROR_CODES.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent dd8428e commit 9a6d72f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/taurus-core/src/ERROR_CODES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This document is the canonical catalog for runtime error codes emitted by Taurus
1313
| Code | Layer | Description | Typical Trigger | Primary Source |
1414
| --- | --- | --- | --- | --- |
1515
| `T-STD-00001` | Standard Functions | A standard runtime function failed due to invalid input shape/type, unsupported value semantics, or function-specific runtime constraints. | Wrong argument type, invalid value conversion, out-of-range operation, malformed function input. | `runtime/functions/*` |
16-
| `T-STD-00002` | Standard Functions | Key of object was not present. | Field is not present, key generally does not exists inside object. | `runtime/functions/object.rs` |
16+
| `T-STD-00002` | Standard Functions | Object key was not present. | Referenced field/key does not exist in the object. | `runtime/functions/object.rs` |
1717
| `T-CORE-000001` | Engine | Requested node id does not exist in the compiled flow plan. | Thunk/reference points to a node id not present in `CompiledFlow`. | `runtime/engine/executor.rs` |
1818
| `T-CORE-000002` | Engine | Handler registry has no implementation for the node's runtime function id. | Function id was not registered in `FunctionStore`. | `runtime/engine/executor.rs` |
1919
| `T-CORE-000003` | Engine | Flow requires remote execution but no remote runtime adapter was configured. | Node execution target is remote while `RemoteRuntime` is `None`. | `runtime/engine/executor.rs` |

0 commit comments

Comments
 (0)