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
azure.mgmt.eventhub._serialization.Model
ErrorResponse

Constructor

ErrorResponse(*, error: _models.ErrorDetail | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
error

The error object.

Variables

Name Description
error

The error object.