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

    Interface GraphQLExtensionPredicateEvaluationFailedError

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

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

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    code: "ExtensionPredicateEvaluationFailed"

    One of the error codes that is listed on the Errors page.

    errorByExtension: ErrorByExtension

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