feat: update frontend resource

This commit is contained in:
vran
2022-03-20 12:21:45 +08:00
parent 4635a93cba
commit 61b258bf67
19 changed files with 25 additions and 17 deletions

View File

@@ -33,6 +33,7 @@ public enum DomainErrors implements DatabasirErrors {
DOWNLOAD_DRIVER_ERROR("A_10018", "驱动下载失败"),
INVALID_DATABASE_TYPE_URL_PATTERN("A_10019", "不合法的 url pattern"),
DOCUMENT_VERSION_IS_INVALID("A_10020", "文档版本不合法"),
CANNOT_UPDATE_SELF_ENABLED_STATUS("A_10021", "无法对自己执行启用禁用操作"),
;
private final String errCode;