public abstract class ErrorListener
extends java.lang.Object
| Constructor and Description |
|---|
ErrorListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.util.List<CatalogError> errors)
This method must be implemented to handle any error that occurs
during an asynchronous operation.
|
void |
onError(java.lang.String error)
Deprecated.
Please use
onError(List) |
@Deprecated
public void onError(@NonNull
java.lang.String error)
onError(List)public void onError(@NonNull
java.util.List<CatalogError> errors)
errors - the list of Catalog errors