Package: effect
Module: Encoding
Represents a checked exception which occurs when decoding fails.
Signature
export interface DecodeException {
readonly _tag: "DecodeException"
readonly [DecodeExceptionTypeId]: DecodeExceptionTypeId
readonly input: string
readonly message?: string
}
Since v2.0.0