effect-io-ai

Package: effect
Module: Brand

Brand.Brand.RefinementError

Represents an error that occurs when the provided value of the branded type does not pass the refinement predicate.

Signature

export interface RefinementError {
    readonly meta: unknown
    readonly message: string
  }

Source

Since v2.0.0