ErrorHandler

public interface ErrorHandler

Error-only callback.

Used for asynchronous operations that only need to report success or failure (no result data is returned).

Functions

Link copied to clipboard
public abstract Unit onError(NCError error)

Error callback.