Skip to content

NotFoundError

Defined in: core/src/error/error.ts:37

The thing the caller named does not exist.

new NotFoundError(message, options?): NotFoundError;

Defined in: core/src/error/error.ts:10

Parameter Type
message string
options? ErrorOptions

NotFoundError

CoreError.constructor