Runtime.SyntaxErrorType
Syntax error type: "none" for no error, "irrecoverable" for unrecoverable errors, "unterminated-literal" for when there is an unterminated literal, "recoverable" for when the expression is unfinished but valid so far.
{
"id": "SyntaxErrorType",
"type": "string",
"enum": [
"none",
"irrecoverable",
"unterminated-literal",
"recoverable"
],
"description": "Syntax error type: \"none\" for no error, \"irrecoverable\" for unrecoverable errors, \"unterminated-literal\" for when there is an unterminated literal, \"recoverable\" for when the expression is unfinished but valid so far."
}