type alias Err

The caught variant. value is present-but-undefined for shape stability.

Type Parameters

Properties

readonly
ok: false
readonly
optional
value: undefined
readonly
error: E

Usage

import { type Err } from "lib/result/try.ts";