mirror of
https://github.com/vran-dev/databasir.git
synced 2025-08-09 12:38:20 +08:00
feature: forbidden disable/enable self (#55)
* feat: add k3s sample config * feat: update frontend resource
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user