effect-io-ai

Package: effect
Module: Encoding

Encoding.DecodeException

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
}

Source

Since v2.0.0