effect-io-ai

Package: effect
Module: Schema

Schema.Annotations.Issue

Annotations that can be attached to schema issues.

Details

The optional message field overrides the default issue message.

Signature

export interface Issue extends Annotations {
    readonly message?: string | undefined
  }

Source

Since v4.0.0