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

    Interface GraphQLInternalConstraintViolatedError

    Returned when certain API-specific constraints were not met. For example, the specified Discount Code was never applied and cannot be updated.

    interface GraphQLInternalConstraintViolatedError {
        code: "InternalConstraintViolated";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "InternalConstraintViolated"

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