IErrorStrategy

interface IErrorStrategy

Functions

Link copied to clipboard
abstract suspend fun handleError(    error: Throwable,     cleanup: () -> Unit): ForageApiResponse<String>