effect-io-ai

Package: effect
Module: ParseResult

ParseResult.ParseIssue

ParseIssue is a type that represents the different types of errors that can occur when decoding/encoding a value.

Signature

type ParseIssue = | Type
  | Missing
  | Unexpected
  | Forbidden
  // composite
  | Pointer
  | Refinement
  | Transformation
  | Composite

Source

Since v3.10.0