MCPcopy Create free account
hub / github.com/SoCreate/angular-playground / ErrorReport

Interface ErrorReport

projects/cli/src/error-reporter.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface ErrorReport {
18 descriptions: any;
19 scenario: string;
20 scenarioTitle: string;
21}
22
23export class ErrorReporter {
24 private _errors: ErrorReport[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected