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

    Interface SemanticErrorError

    Returned when a Discount predicate or API Extension predicate is not semantically correct.

    interface SemanticErrorError {
        code: "SemanticError";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "SemanticError"

    Error identifier.

    message: string

    Plain text description of the error concerning the predicate. For example, "Invalid country code $countryCode provided for the field $fieldDefinition.".