Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/feomasto/priv/deps.ts>args.Err

Sync posts from Mastodon into FeoBlog
Go to Latest
interface args.Err
import { type args } from "https://deno.land/x/feomasto@v0.1.0/priv/deps.ts";
const { Err } = args;

Failure variant of Result

Type Parameters

Error extends ParseError

Type of error

Properties

readonly
tag: false

Discriminant

readonly
optional
value: null

Value

readonly
error: Error

Error