@gradientedge/commercetools-utils
    Preparing search index...

    Interface SyntaxErrorError

    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
    Index

    Properties

    Properties

    code: "SyntaxError"

    Error identifier.

    message: string

    "Syntax error while parsing $fieldDefinition."