Appearance
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
ConnectionErrorSheetNotFoundErrorRowNotFoundErrorModelNotFoundErrorRecordNotFoundErrorUniqueConstraintErrorValidationError
Constructors
Constructor
new SheetsError(
message,options?):SheetsError
Defined in: errors/index.ts:13
Parameters
message
string
options?
ErrorOptions
Returns
SheetsError
Overrides
Error.constructor