MCPcopy Create free account
hub / github.com/wyouflf/xUtils3 / onError

Method onError

xutils/src/main/java/org/xutils/common/Callback.java:48–48  ·  view source on GitHub ↗
(ItemType item, Throwable ex, boolean isOnCallback)

Source from the content-addressed store, hash-verified

46 void onSuccess(ItemType item);
47
48 void onError(ItemType item, Throwable ex, boolean isOnCallback);
49
50 void onCancelled(ItemType item, CancelledException cex);
51

Callers 8

doBindMethod · 0.65
onErrorMethod · 0.65
runMethod · 0.65
runMethod · 0.65
handleMessageMethod · 0.65
startSyncMethod · 0.65
runMethod · 0.65
onErrorMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected