ErrorResponse Class
Error response indicates ARM is not able to process the incoming request. The reason is provided in the error message.
- Inheritance
-
azure.mgmt.resource.policy._serialization.ModelErrorResponse
Constructor
ErrorResponse(*, http_status: str | None = None, error_code: str | None = None, error_message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
http_status
|
Http status code. |
error_code
|
Error code. |
error_message
|
Error message indicating why the operation failed. |
Variables
Name | Description |
---|---|
http_status
|
Http status code. |
error_code
|
Error code. |
error_message
|
Error message indicating why the operation failed. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python