RouteErrorPosition Class

Position where the route error happened.

Inheritance
RouteErrorPosition

Constructor

RouteErrorPosition(*, line: Optional[int] = None, column: Optional[int] = None, **kwargs)

Variables

line
int

Line where the route error happened.

column
int

Column where the route error happened.