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

    Interface ExtensionPredicateEvaluationFailedError

    Returned when the predicate defined in the ExtensionTrigger could not be evaluated due to a missing field.

    interface ExtensionPredicateEvaluationFailedError {
        code: "ExtensionPredicateEvaluationFailed";
        errorByExtension: ErrorByExtension;
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    code: "ExtensionPredicateEvaluationFailed"

    Error identifier.

    errorByExtension: ErrorByExtension

    Details about the API Extension that was involved in the error.

    message: string

    "The compared field $fieldName is not present."