Error.ts
Added in v2.0.0
Signature
export declare const Module: Schema.Literal<["Client"]>
Source: src/Error.ts:55
Added in v2.0.0
Signature
export declare const TypeIdError: <const TypeId extends symbol, const Tag extends string>( typeId: TypeId, tag: Tag) => new <A extends Record<string, any>>( args: Simplify<A>) => Cause.YieldableError & Record<TypeId, TypeId> & { readonly _tag: Tag } & Readonly<A>
Source: src/Error.ts:32
Added in v2.0.0
Signature
export declare const TypeId: typeof TypeId
Source: src/Error.ts:14
Added in v2.0.0
Signature
export type TypeId = typeof TypeId
Source: src/Error.ts:20
Added in v2.0.0