Type Alias: DomainErrorTag
Technical Preview
The Functional Programming API is a technical preview. Its surface may change in future releases without following semver.
type DomainErrorTag = "validation" | "timeout" | "http" | "generic";
The Functional Programming API is a technical preview. Its surface may change in future releases without following semver.
type DomainErrorTag = "validation" | "timeout" | "http" | "generic";