Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/interfaces/parse-result.interface.ts
Error encountered during parsing
Properties
| Property | Type |
|---|---|
message | string |
code | string |
severity | `'error' |
line | number |
column | number |
filePath | string |
stack | string |
suggestion | string |
Was this page helpful?