ErrorResponseError Class

Error info.

Inheritance
ErrorResponseError

Constructor

ErrorResponseError(*, code: Optional[str] = None, message: Optional[str] = None, details: Optional[List[azure.mgmt.workloadmonitor.models._models_py3.ErrorDetails]] = None, **kwargs)

Parameters

code
str
Required

Service-defined error code. This code serves as a sub-status for the HTTP error code specified in the response.

message
str
Required

Human-readable representation of the error.

details
list[<xref:workload_monitor_api.models.ErrorDetails>]
Required

Error details.