Modifier and Type | Method and Description |
---|---|
void |
onError(ObjectServerError error)
The request failed for some reason, either because there was a network error or the Realm
Object Server returned an error.
|
void |
onSuccess(T t)
The request was a success.
|
void onSuccess(T t)
t
- The object representing the successful request. See each method for details.void onError(ObjectServerError error)
error
- the error that was detected.