LogoRobo.js
Framework

NotFoundError

Class: NotFoundError

Thrown when a record is not found (e.g., update/delete on non-existent record).

Extends

Constructors

new NotFoundError()

new NotFoundError(message, options?): NotFoundError

Parameters

ParameterType
messagestring
options?{ cause: Error; id: string; model: string; }
options.cause?Error
options.id?string
options.model?string

Returns

NotFoundError

Overrides

FlashcoreError.constructor

Properties

PropertyModifierTypeInherited from
codereadonlystringFlashcoreError.code
id?readonlystring-
model?readonlystring-

On this page