"~effect/encoding/EncodingError"Type identifier stored on EncodingError values and used by
isEncodingError.
When to use
Use when implementing low-level EncodingError-compatible values that need
to carry the runtime marker.
Details
This marker is part of the runtime representation of EncodingError. Prefer
isEncodingError when narrowing unknown values.
export const const EncodingErrorTypeId: "~effect/encoding/EncodingError"Type identifier stored on EncodingError values and used by
isEncodingError.
When to use
Use when implementing low-level EncodingError-compatible values that need
to carry the runtime marker.
Details
This marker is part of the runtime representation of EncodingError. Prefer
isEncodingError when narrowing unknown values.
Literal type of the EncodingErrorTypeId marker.
When to use
Use to type the marker carried by EncodingError values.
EncodingErrorTypeId = "~effect/encoding/EncodingError" as type const = "~effect/encoding/EncodingError"const
/**
* Literal type of the `EncodingErrorTypeId` marker.
*
* **When to use**
*
* Use to type the marker carried by `EncodingError` values.
*
* @category type IDs
* @since 4.0.0
*/
export type type EncodingErrorTypeId =
"~effect/encoding/EncodingError"
Type identifier stored on EncodingError values and used by
isEncodingError.
When to use
Use when implementing low-level EncodingError-compatible values that need
to carry the runtime marker.
Details
This marker is part of the runtime representation of EncodingError. Prefer
isEncodingError when narrowing unknown values.
Literal type of the EncodingErrorTypeId marker.
When to use
Use to type the marker carried by EncodingError values.
EncodingErrorTypeId = typeof const EncodingErrorTypeId: "~effect/encoding/EncodingError"Type identifier stored on EncodingError values and used by
isEncodingError.
When to use
Use when implementing low-level EncodingError-compatible values that need
to carry the runtime marker.
Details
This marker is part of the runtime representation of EncodingError. Prefer
isEncodingError when narrowing unknown values.
Literal type of the EncodingErrorTypeId marker.
When to use
Use to type the marker carried by EncodingError values.
EncodingErrorTypeId