Skip to content

Defined in: query/errors.ts:46

Thrown when a query operation cannot find a record matching the supplied where clause.

Extends

Constructors

Constructor

new RecordNotFoundError(modelName, where): RecordNotFoundError

Defined in: query/errors.ts:47

Parameters

modelName

string

where

Record<string, unknown>

Returns

RecordNotFoundError

Overrides

SheetsError.constructor

Released under the MIT License.