effect-io-ai

Package: effect
Module: ParseResult

ParseResult.Transformation

Error that occurs when a transformation has an error.

Signature

declare class Transformation { constructor(
    readonly ast: AST.Transformation,
    readonly actual: unknown,
    readonly kind: "Encoded" | "Transformation" | "Type",
    readonly issue: ParseIssue
  ) }

Source

Since v3.10.0