Information about an error thrown during test execution.
Properties
cause
Added in: v1.49
testInfoError.causeError cause. Set when there is a cause for the error. Will be undefined if there is no cause or if the cause is not an instance of Error.
Usage
Type
message
Added in: v1.10
testInfoError.messageError message. Set when Error (or its subclass) has been thrown.
Usage
Type
stack
Added in: v1.10
testInfoError.stackError stack. Set when Error (or its subclass) has been thrown.
Usage
Type
value
Added in: v1.10
testInfoError.valueThe value that was thrown. Set when anything except the Error (or its subclass) has been thrown.
Usage
Type