Checks whether an error represents an EP API request timeout.
Detects timeouts regardless of how deeply they are wrapped by recursively walking the cause chain:
cause
TimeoutError
APIError
baseClient.toAPIError
ToolError
Error
Caught error value
true when the root cause is a timeout
true
Checks whether an error represents an EP API request timeout.
Detects timeouts regardless of how deeply they are wrapped by recursively walking the
causechain:TimeoutErrorAPIErrorwith status 408 (produced bybaseClient.toAPIError)ToolErrororErrorwhosecauseis any of the above (at any depth)