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

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

Indexable

[key: string]: any

Properties

Properties

code: "SemanticError"
message: string

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

Generated using TypeDoc