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

    Interface GraphQLAnonymousIdAlreadyInUseError

    Returned when the anonymous ID is being used by another resource.

    The client application should choose another anonymous ID or retrieve an automatically generated one.
    
    interface GraphQLAnonymousIdAlreadyInUseError {
        code: "AnonymousIdAlreadyInUse";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index
    code: "AnonymousIdAlreadyInUse"

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