ConfigurationError
Hierarchy
- RuntimeError
- ConfigurationError
Index
Methods
staticfromJSON
Parameters
serialised: JSONObject
Returns ConfigurationError
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 ConfigurationError
Thrown to indicate that a test framework or test suite configuration error occurred.