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

    Interface GraphQLMoneyOverflowError

    Returned when a Money operation overflows the 64-bit integer range. See Money usage for more information.

    interface GraphQLMoneyOverflowError {
        code: "MoneyOverflow";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "MoneyOverflow"

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