api / org.gradle.tooling / Failure / getCauses

getCauses

abstract fun getCauses(): MutableList<out Failure>

Returns the underlying causes for this failure, if any.

Return
the causes for this failure. Returns an empty list if this failure has no causes.