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?): NotFoundErrorParameters
| Parameter | Type |
|---|---|
message | string |
options? | { cause: Error; id: string; model: string; } |
options.cause? | Error |
options.id? | string |
options.model? | string |
Returns
Overrides
Properties
| Property | Modifier | Type | Inherited from |
|---|---|---|---|
code | readonly | string | FlashcoreError.code |
id? | readonly | string | - |
model? | readonly | string | - |
