-
public abstract class ErrorListener
ErrorListener identifies objects that might receive an error from an asynchronous operation.
-
-
Method Summary
-
-
Method Detail
-
onError
@Deprecated() void onError(@NonNull() String error)
-
onError
void onError(@NonNull() List<CatalogError> errors)
This method must be implemented to handle any error that occursduring an asynchronous operation.
- Parameters:
errors
- the list of Catalog errors
-
-
-
-