Expected Behavior
A better error message that the execution timed out instead of a generic missing error result.
Actual Behavior
The error reported is "Could not find error result" which is not clear
Steps to Reproduce
- Create an execution that times out
- Run with cloud runner
- Execution times out
- Calling
getResult throws "Could not find error result" since ExecutionTimedOut doesn't have any error details
SDK Version
1.0.0
Node.js Version
22.x
Is this a regression?
No
Last Working Version
No response
Additional Context
No response