externalTimeoutExpiredError
Hierarchy
- RuntimeError
- TimeoutExpiredError
Index
Constructors
externalconstructor
Parameters
externalmessage: string
Human-readable description of the error
externaloptionalcause: Error
The root cause of this
RuntimeError
, if any
Returns TimeoutExpiredError
Properties
publicexternaloptionalreadonlycause
The root cause of this RuntimeError
, if any
externalname
externalmessage
externaloptionalstack
Methods
staticexternalfromJSON
Parameters
externalserialised: JSONObject
Returns TimeoutExpiredError
externaltoString
Human-readable description of the error
Returns string
externaltoJSON
Returns object
Thrown to indicate that an
Interaction
, aTask
or a test scenario took longer to execute than the expected timeout.