getFailures

@Nullable
abstract fun getFailures(): @Nullable Collection<String>(source)

Returns the failure that caused the build to fail, if any.

Return

the failure, or null if the build did not fail.

Since

9.3.0