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

    Class QuickbaseXmlError

    Error thrown by the legacy QuickBase XML API. Wraps XML-specific error codes and messages.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Methods

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