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

    Interface GraphQLInsufficientScopeError

    This error occurs when your API Client does not have the OAuth scope required for the endpoint. Use an API Client with the required permissions for this endpoint instead.

    interface GraphQLInsufficientScopeError {
        code: "insufficient_scope";
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "insufficient_scope"

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