ErrorProperties Class
Error properties indicate why the Logic service was not able to process the incoming request. The reason is provided in the error message.
- Inheritance
-
azure.mgmt.web._serialization.ModelErrorProperties
Constructor
ErrorProperties(*, code: str | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
Error code. |
message
|
Error message indicating why the operation failed. |
Variables
Name | Description |
---|---|
code
|
Error code. |
message
|
Error message indicating why the operation failed. |
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