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