Skip to main content
Version: 8.10 (unreleased)

Function: foldDomainError()

Technical Preview

The Functional Programming API is a technical preview. Its surface may change in future releases without following semver.

function foldDomainError<A>(handlers): (err) => A;

Type Parameters

A

A

Parameters

handlers

generic

(e) => A

http

(e) => A

timeout

(e) => A

validation

(e) => A

Returns

(err) => A