ErrorListener

abstract class ErrorListener

ErrorListener identifies objects that might receive an error from an asynchronous operation.

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onError(error: String)

open fun onError(errors: List<CatalogError>)
This method must be implemented to handle any error that occurs during an asynchronous operation.