Hyperlinkv0.8.0-beta.28

ErrorReporter

ErrorReporter.TypeIdtypeeffect/ErrorReporter.ts:36
"~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.

type IDs
export type 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 TypeId: TypeId = "~effect/ErrorReporter"
Referenced by 2 symbols