getFailures

abstract fun getFailures(): List<out Failure>(source)

Returns the failures that occurred while running the operation, if any.

Return

the failures, empty if the operation failed without any specific failure information.