"~effect/ErrorReporter"String literal type used as the runtime type identifier for
ErrorReporter values.
When to use
Use to refer to the runtime type identifier type in low-level integrations.
export type type TypeId = "~effect/ErrorReporter"String literal type used as the runtime type identifier for
ErrorReporter values.
When to use
Use to refer to the runtime type identifier type in low-level integrations.
Runtime type identifier attached to ErrorReporter values.
Details
This marker is part of the runtime representation of ErrorReporter
implementations. Most code should create reporters with make and register
them with layer.
TypeId = "~effect/ErrorReporter"
/**
* Runtime type identifier attached to `ErrorReporter` values.
*
* **Details**
*
* This marker is part of the runtime representation of `ErrorReporter`
* implementations. Most code should create reporters with `make` and register
* them with `layer`.
*
* @category type IDs
* @since 4.0.0
*/
export const const TypeId: TypeIdString literal type used as the runtime type identifier for
ErrorReporter values.
When to use
Use to refer to the runtime type identifier type in low-level integrations.
Runtime type identifier attached to ErrorReporter values.
Details
This marker is part of the runtime representation of ErrorReporter
implementations. Most code should create reporters with make and register
them with layer.
TypeId: type TypeId = "~effect/ErrorReporter"String literal type used as the runtime type identifier for
ErrorReporter values.
When to use
Use to refer to the runtime type identifier type in low-level integrations.
Runtime type identifier attached to ErrorReporter values.
Details
This marker is part of the runtime representation of ErrorReporter
implementations. Most code should create reporters with make and register
them with layer.
TypeId = "~effect/ErrorReporter"