Type alias Validation<E, T>

Validation<E, T>: Err<E> | Ok<T>

A type that represents either accumulating failure (Validation.Err) or success (Validation.Ok).

Type Parameters

  • E

  • T

Generated using TypeDoc