Expand description
Error types for the nginx configuration parser.
ParseError covers failures during parsing (unexpected tokens, unclosed
blocks, I/O errors). Each variant carries a Position so that error
messages can point to the exact line and column in the source.
Enums§
- Parse
Error - An error that occurs during parsing.
Type Aliases§
- Parse
Result - Result type alias for parser operations