Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ahh/src/result/mod.ts>Err

Idiomatic type-safety functions.
Go to Latest
type alias Err
import { type Err } from "https://deno.land/x/ahh@v0.10.1/src/result/mod.ts";

Represents a Result that was erroneous.

Type Parameters

E extends Error
definition: E