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

    Class ReadOnlyError

    Error thrown when a write operation is attempted in read-only mode. Provides defense-in-depth for both JSON API and XML API requests.

    Hierarchy

    • Error
      • ReadOnlyError
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    action?: string
    method: string
    path: string

    Methods

    • Returns {
          action: string | undefined;
          message: string;
          method: string;
          name: string;
          path: string;
      }