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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python