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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python