Class wrapping the received EventCode.ErrorInfo event. More...
Public Member Functions | |
ErrorInfo (EventData eventData) | |
override string | ToString () |
Public Attributes | |
readonly string | Info |
String containing information about the error. More... | |
Class wrapping the received EventCode.ErrorInfo event.
This is passed inside IErrorInfoCallback.OnErrorInfo callback. If you implement IOnEventCallback.OnEvent or LoadBalancingClient.EventReceived you will also get EventCode.ErrorInfo but not parsed.
In most cases this could be either:
readonly string Info |
String containing information about the error.