ParseResult: Either.Either<A, ConfigValidationError[]>

A parsed result over the accumulating-error channel. Effect's Either is Either<Right, Left>, so the SECOND type parameter is the error channel.

Type Parameters

  • A