api / org.gradle.api.artifacts.result / UnresolvedComponentResult

UnresolvedComponentResult

@Incubating interface UnresolvedComponentResult : ComponentResult

A component that could not be resolved.

Since
2.0

Functions

getFailure

abstract fun getFailure(): Throwable

Returns the failure that occurred when trying to resolve the component.

Inherited Functions

getId

abstract fun getId(): ComponentIdentifier

Returns an identifier for the requested component.