StateHandlingErrorHandler

typealias StateHandlingErrorHandler<T> = suspend (T, Throwable) -> T?(source)