NotFoundError
Defined in: core/src/error/error.ts:37
The thing the caller named does not exist.
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NotFoundError(message, options?): NotFoundError;Defined in: core/src/error/error.ts:10
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message |
string |
options? |
ErrorOptions |
Returns
Section titled “Returns”NotFoundError