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

    Interface InsufficientScopeError

    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 InsufficientScopeError {
        code: "insufficient_scope";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "insufficient_scope"

    Error identifier.

    message: string

    "Insufficient scope. One of the following scopes is missing:"