TimeoutExpiredError
Hierarchy
- RuntimeError
- TimeoutExpiredError
Index
Methods
staticfromJSON
Parameters
serialised: JSONObject
Returns TimeoutExpiredError
toString
Human-readable description of the error
Returns string
toJSON
Returns object
Properties
externalname
externalmessage
externaloptionalstack
publicoptionalreadonlycause
The root cause of this RuntimeError, if any
Constructors
constructor
Parameters
message: string
Human-readable description of the error
optionalcause: Error
The root cause of this RuntimeError, if any
Returns TimeoutExpiredError
Thrown to indicate that an Interaction, a Task or a test scenario took longer to execute than the expected timeout.