RouteCompilationError Class
Compilation error when evaluating route.
- Inheritance
-
azure.mgmt.iothub._serialization.ModelRouteCompilationError
Constructor
RouteCompilationError(*, message: str | None = None, severity: str | _models.RouteErrorSeverity | None = None, location: _models.RouteErrorRange | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
message
|
Route error message. |
severity
|
Severity of the route error. Known values are: "error" and "warning". |
location
|
Location where the route error happened. |
Variables
Name | Description |
---|---|
message
|
Route error message. |
severity
|
Severity of the route error. Known values are: "error" and "warning". |
location
|
Location 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