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

    Class ServerError

    Error thrown for server errors (HTTP 5xx)

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • statusCode: number
      • message: string
      • Optionaloptions: { cause?: Error; description?: string; rayId?: string }

      Returns ServerError

    Properties

    description?: string
    rayId?: string
    statusCode: number

    Methods

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