Skip to content

Defined in: errors/index.ts:23

Thrown when the adapter fails to authenticate or establish a connection with the underlying spreadsheet API.

Extends

Constructors

Constructor

new ConnectionError(message, options?): ConnectionError

Defined in: errors/index.ts:24

Parameters

message

string

options?

ErrorOptions

Returns

ConnectionError

Overrides

SheetsError.constructor

Released under the MIT License.