AnalysisDiagnostic interface
An error object found during the analysis of an NGINX configuration.
Properties
| description | |
| directive | |
| file | the filepath of the most relevant config file |
| id | Unique identifier for the error |
| line | |
| message | |
| rule |
Property Details
description
description: string
Property Value
string
directive
directive: string
Property Value
string
file
the filepath of the most relevant config file
file: string
Property Value
string
id
Unique identifier for the error
id?: string
Property Value
string
line
line: number
Property Value
number
message
message: string
Property Value
string
rule
rule: string
Property Value
string