executeUnsafe

suspend fun <T : Any> <Error class: unknown class>.executeUnsafe(request: <Error class: unknown class><T>, retries: Int = 0, retriesDelay: Long = 1000, onAllFailed: suspend (exceptions: Array<Throwable>) -> Unit? = null): T?