Skip to main content
Go to Latest
type alias types.KnownError
import { type types } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/mod.ts";
const { KnownError } = types;
definition: { error: string; } | { error-code: [number, string] | readonly [number, string]; }