Returned when a Discount predicate, API Extension predicate, or search query does not have the correct syntax.

interface SyntaxErrorError {
    code: "SyntaxError";
    message: string;
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "SyntaxError"

Error identifier.

message: string

"Syntax error while parsing $fieldDefinition."