Package: effect
Module: Schema
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
}
Since v4.0.0