public void OnUnexpectedOperationResponse(OperationResponse operationResponse) { ControlledView.LogError(string.Format("unexpected operation error {0} from operation {1}", operationResponse.ReturnCode, operationResponse.OperationCode)); }
public void OnUnexpectedStatusCode(StatusCode statusCode) { ControlledView.LogError(string.Format("unexpected Status {0}", statusCode)); }
public void OnUnexpectedEvent(EventData eventData) { ControlledView.LogError(string.Format("unexpected event {0}", eventData.Code)); }