ErrorResponse Class

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

Inheritance
ErrorResponse

Constructor

ErrorResponse(*, error: Optional[azure.mgmt.eventhub.v2021_11_01.models._models_py3.ErrorDetail] = None, **kwargs)

Variables

error
ErrorDetail

The error object.