Hi,
Can you provide explanations on metrics "User Errors" and "Server Errors" of event hub namespaces please?
I searched a lot and cannot find anything more than :
- ServerError : Identifies the exception as a server error and service needs to take an action to address the failure.
- UserError : Identifies the exception as a user error and user needs to take an action to address the failure.
In the perspective of an EventHub, what is considered to be a "user" and a "server" ?
Is it related to "Consumer" "Producer" of the event?
What can cause a UserError?
What can cause a ServerError?
Can you provide a link on detailed documentation?
Thanks