Skip to main content
Module

x/domain_functions/src/index.ts>ErrorData

Decouple your business logic from your framework. With first-class type inference from end to end.
Go to Latest
type alias ErrorData
Re-export
import { type ErrorData } from "https://deno.land/x/domain_functions@v2.6.0/src/index.ts";

The properties of the ErrorResult which carry information about what made the domain function fail.

definition: Omit<ErrorResult, "success">