type alias AnyFailure

A declared failure: something the runner decided it could not do, carrying a code to branch on and a message to show.

Definition

Usage

import { type AnyFailure } from "lib/api/index.ts";