ru.r2cloud.apt.model.ValidationErrorCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apt-man Show documentation
Show all versions of apt-man Show documentation
Library for managing APT repository
The newest version!
package ru.r2cloud.apt.model;
public enum ValidationErrorCode {
RESOURCE_IS_MISSING, COMMUNICATION_FAILURE, MISMATCHED_FILE_SIZE, GPG_SIGNATURE_FAILURE
}