public interface ResultCallback<T>
void
onError(RErrorCode errorCode)
onSuccess(T t)
void onSuccess(T t)
void onError(RErrorCode errorCode)