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(*, code: str | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
Error code. |
message
|
Error message indicating why the operation failed. |
Variables
Name | Description |
---|---|
code
|
Error code. |
message
|
Error message indicating why the operation failed. |
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python