@Incubating public interface UnresolvedDependencyResult extends DependencyResult
| Modifier and Type | Method and Description |
|---|---|
ModuleVersionSelector |
getAttempted()
Returns the module version selector that was attempted to be resolved.
|
ModuleVersionSelectionReason |
getAttemptedReason()
Returns the reasons why the failed selector was attempted.
|
Throwable |
getFailure()
The failure that occurred.
|
getFrom, getRequestedModuleVersionSelector getAttempted()
ModuleVersionSelectionReason getAttemptedReason()
Throwable getFailure()