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

    Interface InvalidTokenError

    interface InvalidTokenError {
        code: "invalid_token";
        message: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    code: "invalid_token"

    Error identifier.

    message: string

    Plain text description of the cause of the error.