ErrorResponse Class
Error response indicates Event Hub service is not able to process the incoming request. The reason is provided in the error message.
Constructor
ErrorResponse(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
error
|
The error object. |
Attributes
error
The error object.
error: _models.ErrorDetail | None