Home > miette > Diagnostic
Diagnostic class
Signature:export declare class Diagnostic
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(error) | Constructs a new instance of the Diagnostic class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| code | string | undefined | |
| error | IError | ||
| fileAndLineNumber | string | ||
| functionName | string | undefined | |
| help | string | undefined | |
| message | string | ||
| severity | Severity | ||
| snippets | import("./types").ISnippet[] | ||
| source | string | ||
| url | string | undefined |