RouteErrorPosition Class
Position where the route error happened.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelRouteErrorPosition
Constructor
RouteErrorPosition(*, line: int | None = None, column: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
line
|
Line where the route error happened. |
column
|
Column where the route error happened. |
Variables
Name | Description |
---|---|
line
|
Line where the route error happened. |
column
|
Column where the route error happened. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python