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. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python