UnknownError
Hierarchy
- RuntimeError
- UnknownError
Index
Methods
staticfromJSON
Parameters
serialised: JSONObject
Returns UnknownError
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 UnknownError
Thrown to indicate that an unknown error has occurred.