ErrorResponseBody Class

Error response indicates that the service is not able to process the incoming request. The reason is provided in the error message.

Inheritance
ErrorResponseBody

Constructor

ErrorResponseBody(*, error: Optional[azure.mgmt.subscription.models._models_py3.ErrorResponse] = None, code: Optional[str] = None, message: Optional[str] = None, **kwargs)

Variables

error
ErrorResponse

The details of the error.

code
str

Error code.

message
str

Error message indicating why the operation failed.