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.
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. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python