Sent when an assert has failed.
Graphical User Interface, Command-Line Interface.
Name | Type | Description |
---|---|---|
expression * | string | The expression that failed. |
fileName * | string | The name of the source file. |
lineNumber * | number | The line number. |
(Required *)
type : string
description : The expression that failed.
type : string
description : The name of the source file.
type : number
description : The line number.
{ "type": "object", "required": [], "properties": {}, "additionalProperties": false }
{ "type": "object", "properties": { "expression": { "type": "string", "description": "The expression that failed." }, "fileName": { "type": "string", "description": "The name of the source file." }, "lineNumber": { "type": "number", "description": "The line number." } }, "required": [ "expression", "fileName", "lineNumber" ], "additionalProperties": false }
Document version : 1