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

A parsed result over the accumulating-error channel. Effect's Result is Result<OkValue, ErrValue>, so the SECOND type parameter is the error channel.

Type Parameters

  • A