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
|`T-CORE-999999`| Runtime Error Fallback | Default fallback runtime error code when no explicit mapping is provided. |`RuntimeError::default()` used as defensive fallback. |`types/errors/runtime_error.rs`|
42
-
|`T-TAURUS-000001`| Taurus App |Test execution request payload could not be decoded as an execution flow. | Malformed or schema-incompatible payload published to the test execution NATS subject. |`taurus/src/app/worker.rs`|
42
+
|`T-TAURUS-000001`| Taurus App |Execution request payload could not be decoded as an execution flow. | Malformed or schema-incompatible payload published to the execution NATS subject. |`taurus/src/app/worker.rs`|
43
43
|`T-PROV-000001`| Provider Remote Runtime | Remote request to NATS did not yield a valid response message. | NATS request failed or timed out while waiting for remote runtime answer. |`taurus-provider/providers/remote/nats_remote_runtime.rs`|
44
44
|`T-PROV-000002`| Provider Remote Runtime | Remote runtime response could not be decoded into expected protobuf structure. | Received payload is malformed, truncated, or schema-incompatible for `ExecutionResult`. |`taurus-provider/providers/remote/nats_remote_runtime.rs`|
45
45
|`T-PROV-000003`| Provider Remote Runtime | Remote runtime response decoded, but contained no concrete result field. |`ExecutionResult` exists but `result` is `None` (protocol contract violation). |`taurus-provider/providers/remote/nats_remote_runtime.rs`|
0 commit comments