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 ParameterDefault type
TResourceKey extends stringstring

Properties

PropertyModifierTypeDefined in
resourceKeyreadonlyTResourceKeypackages/common/src/Resources.ts:62
typereadonly"ResourceNotFoundError"packages/common/src/Resources.ts:61

Was this page helpful?