API reference / @evolu/common / Resources / ResourceNotFoundError
Interface: ResourceNotFoundError<TResourceKey>
Defined in: packages/common/src/Resources.ts:60
Error when trying to remove a consumer from a resource that doesn't exist.
Type Parameters
| Type Parameter | Default type |
|---|---|
TResourceKey extends string | string |
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
resourceKey | readonly | TResourceKey | packages/common/src/Resources.ts:62 |
type | readonly | "ResourceNotFoundError" | packages/common/src/Resources.ts:61 |