Class: NotFoundError
Defined in: sdk/src/errors.ts:38
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NotFoundError(message?: string): NotFoundError;Defined in: sdk/src/errors.ts:39
Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
message | string | 'Resource not found' |
Returns
Section titled “Returns”NotFoundError
Overrides
Section titled “Overrides”Properties
Section titled “Properties”| Property | Type | Inherited from | Defined in |
|---|---|---|---|
status? | number | OptailError.status | sdk/src/errors.ts:2 |
code? | string | OptailError.code | sdk/src/errors.ts:3 |