on Error Suspend
suspend fun onErrorSuspend(action: suspend (exception: ColibrioException) -> Unit): ColibrioResult<T>
Performs the given suspend action on the encapsulated ColibrioException exception if this instance is ColibrioResult.Error. Returns the original ColibrioResult unchanged.