MCPcopy
hub / github.com/RSSNext/Folo / OutputError

Interface OutputError

apps/cli/src/output.ts:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5export type OutputFormat = "json" | "table" | "plain"
6
7export interface OutputError {
8 code: string
9 message: string
10}
11
12export class CLIError extends Error {
13 readonly code: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected