Hierarchy

  • Error
    • QuickBaseError

Constructors

Properties

Methods

Constructors

  • Extends the native JavaScript Error object for use with Quickbase API errors

    Example:

    const qbErr = new QuickBaseError(403, 'Access Denied', 'User token is invalid', 'xxxx');
    

    Parameters

    • code: number

      Error code

    • message: string

      Error message

    • description: string

      Error description

    • rayId: string

      Quickbase API Ray ID

    Returns QuickBaseError

Properties

code: number

Error code

description: string

Error description

message: string

Error message

rayId: string

Quickbase API Ray ID

Methods

Generated using TypeDoc