ErrorResponse Class
Error response indicates Logic service is not able to process the incoming request. The error property contains the error details.
Constructor
ErrorResponse(*, error: _models.ErrorProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
error
|
The error properties. |
Variables
Name | Description |
---|---|
error
|
The error properties. |
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