Eventhub error codes
Hi,
We have an application pumping messages into an Azure Eventhub.
From the documentation, send-event, we can see that an error code and message will present in the body if the POST API is unsuccessful. Where can I find a list of error codes and corresponding messages?
The link send-event Only gives the API response and not the error codes.
The error we are seeing is
*[2021-03-23 09:08:38,725] To: https://evh-sfsbi-prd-northeurope.servicebus.windows.net/ehsfsbi-prd/messages, WSAction: urn:mediate, SOAPAction: urn:mediate, MessageID: urn:uuid:39D28505AA180F98481616492918463, Direction: request, MESSAGE = Executing default 'fault' sequence, **ERROR_CODE = 101503, ERROR_MESSAGE = Error in Sender, Payload: *******
Thanks.