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

    Class AuthorizationError

    Error thrown when authorization fails (HTTP 403)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    description?: string
    rayId?: string
    statusCode: number

    Methods

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