MCPcopy
hub / github.com/di-sukharev/opencommit / FormattedError

Interface FormattedError

src/utils/errors.ts:345–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344// User-friendly formatted error structure
345export interface FormattedError {
346 title: string;
347 message: string;
348 helpUrl: string | null;
349 suggestion: string | null;
350}
351
352export interface ErrorFormattingContext {
353 baseURL?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…