Skip to main content

Module error

Module error 

Source
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§

ParseError
An error that occurs during parsing.

Type Aliases§

ParseResult
Result type alias for parser operations