radattribution-sdk-android / com.rakuten.attribution.sdk / Result / dealWithError
inline fun dealWithError(onError: (
Result.Error
) ->
Nothing
):
T
util method to handle errors
onError
- lambda to be called with Error instance if operation fails
Return operation result data in case of success