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

    Class XmlError

    Error returned by the QuickBase XML API.

    XML-API: This class is a legacy alias for QuickbaseXmlError.

    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;
      }