ImplementationPendingError
Hierarchy
- RuntimeError
- ImplementationPendingError
Index
Methods
staticfromJSON
Parameters
serialised: JSONObject
Returns ImplementationPendingError
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 ImplementationPendingError
Thrown to indicate that the Actor attempted to perform a Task or Interaction that hasn’t been implemented yet.
A pending Task
A pending Interaction