interface Err
Since 0.1.0

A failed result carrying an error.

Type Parameters

The error type

Properties

readonly
success: false

Discriminant: false for failure.

readonly
error: E

The error value.

Usage

import { type Err } from "common/src/index.ts";