public interface  org.eclipse.aether.resolution.ResolutionErrorPolicy extends java.lang.Object
{
public static final int CACHE_DISABLED;
public static final int CACHE_NOT_FOUND;
public static final int CACHE_TRANSFER_ERROR;
public static final int CACHE_ALL;
public abstract int getArtifactPolicy(org.eclipse.aether.RepositorySystemSession, org.eclipse.aether.resolution.ResolutionErrorPolicyRequest);
public abstract int getMetadataPolicy(org.eclipse.aether.RepositorySystemSession, org.eclipse.aether.resolution.ResolutionErrorPolicyRequest);
}