QuickBase JS SDK v2 - v2.2.2
    Preparing search index...

    Class QuickbaseAppTokenError

    Error thrown when an application token is missing or invalid. Specifically for apps that require app tokens (XML API).

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    code: number
    description?: string
    rayId?: string
    statusCode: number

    Methods

    • Returns {
          code: number;
          description: string | undefined;
          message: string;
          name: string;
          rayId: string | undefined;
          statusCode: number;
      }