Skip to content

recoverUnless

recoverUnless<E, A>(blockedErrors, fallback): (data) => Validation<E, A>

Defined in: Core/Validation.ts:229

Recovers from an Invalid state unless the errors contain any of the blocked errors.

E

A

readonly E[]

() => Validation<E, A>

(data): Validation<E, A>

Validation<E, A>

Validation<E, A>