ErrorResponse クラス

エラー応答は、Azure Resource Managerが受信要求を処理できないことを示します。 理由は、エラー メッセージに示されています。

継承
azure.mgmt.resource.policy._serialization.Model
ErrorResponse

コンストラクター

ErrorResponse(*, http_status: str | None = None, error_code: str | None = None, error_message: str | None = None, **kwargs: Any)

Keyword-Only パラメータ

名前 説明
http_status
str

Http 状態コード。

error_code
str

エラー コード。

error_message
str

操作が失敗した理由を示すエラー メッセージ。

変数

名前 説明
http_status
str

Http 状態コード。

error_code
str

エラー コード。

error_message
str

操作が失敗した理由を示すエラー メッセージ。