Skip to content

Defined in: errors/index.ts:12

Base error class for all sheets adapter errors.

All domain-specific errors extend this class, allowing callers to catch all adapter errors with a single instanceof check.

Extends

  • Error

Extended by

Constructors

Constructor

new SheetsError(message, options?): SheetsError

Defined in: errors/index.ts:13

Parameters

message

string

options?

ErrorOptions

Returns

SheetsError

Overrides

Error.constructor

Released under the MIT License.