| 343 | |
| 344 | // User-friendly formatted error structure |
| 345 | export interface FormattedError { |
| 346 | title: string; |
| 347 | message: string; |
| 348 | helpUrl: string | null; |
| 349 | suggestion: string | null; |
| 350 | } |
| 351 | |
| 352 | export interface ErrorFormattingContext { |
| 353 | baseURL?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…