externalOperationInterruptedError
Hierarchy
- RuntimeError
- OperationInterruptedError
Index
Constructors
externalconstructor
Parameters
externalmessage: string
Human-readable description of the error
externaloptionalcause: Error
The root cause of this
RuntimeError
, if any
Returns OperationInterruptedError
Properties
publicexternaloptionalreadonlycause
The root cause of this RuntimeError
, if any
externalname
externalmessage
externaloptionalstack
Methods
staticexternalfromJSON
Parameters
externalserialised: JSONObject
Returns OperationInterruptedError
externaltoString
Human-readable description of the error
Returns string
externaltoJSON
Returns object
Thrown to indicate that a scheduled operation has been stopped before it was completed.