1 | import { AnalyzerErrorStatus } from '../enums/error-status';
|
2 | import { HintResources } from '../types';
|
3 | export declare class AnalyzerError extends Error {
|
4 | status: AnalyzerErrorStatus;
|
5 | resources?: HintResources;
|
6 | invalidHints?: string[];
|
7 | constructor(error: Error | string, status: AnalyzerErrorStatus, items?: HintResources | string[]);
|
8 | }
|
9 | //# sourceMappingURL=analyzer-error.d.ts.map |
\ | No newline at end of file |