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

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

Mostly rust-inpired stuff for @denoland.
Go to Latest
type alias Err
import { type Err } from "https://deno.land/x/ahh@v0.8.0/src/result/mod.ts";

Represents a Result that was erroneous.

definition: Readonly<{ err: E; }>
function Err
import { Err } from "https://deno.land/x/ahh@v0.8.0/src/result/mod.ts";