Documentation
    Preparing search index...

    Interface TokenResponseError

    Used to indicate that an access token could not be retrieved.

    interface TokenResponseError {
        cause?: unknown;
        errorCode: string;
        message: string;
        name: string;
        stack?: string;
    }

    Hierarchy

    • TidalError
      • TokenResponseError
    Index

    Properties

    cause?: unknown
    errorCode: string
    message: string
    name: string
    stack?: string