你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.ModelErrorResponse
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. |