Class: EntityNotFoundError
Defined in: packages/hypergraph/src/entity/schema.ts:132
Extends
YieldableError<this> &object&Readonly<{cause?:unknown;id:string;type:AnyNoContext; }>
Constructors
Constructor
new EntityNotFoundError(
args):EntityNotFoundError
Defined in: node_modules/.pnpm/effect@3.17.13/node_modules/effect/dist/dts/Data.d.ts:610
Parameters
args
cause?
unknown
id
string
type
AnyNoContext
Returns
EntityNotFoundError
Inherited from
Data.TaggedError('EntityNotFoundError')<{ id: string; type: EffectSchema.Schema.AnyNoContext; cause?: unknown; }>.constructor
Properties
cause?
optionalcause:unknown
Defined in: node_modules/.pnpm/typescript@5.9.2/node_modules/typescript/lib/lib.es2022.error.d.ts:26
Inherited from
Data.TaggedError('EntityNotFoundError').cause
id
readonlyid:string
Defined in: packages/hypergraph/src/entity/schema.ts:133
Inherited from
Data.TaggedError('EntityNotFoundError').id
type
readonlytype:AnyNoContext
Defined in: packages/hypergraph/src/entity/schema.ts:134
Inherited from
Data.TaggedError('EntityNotFoundError').type