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. |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python