2024-07-19 19:04:11 +08:00
|
|
|
ErrInvalidParams: "Request parameter error: {{ .detail }}"
|
|
|
|
ErrTokenParse: "Token generation error: {{ .detail }}"
|
|
|
|
ErrInitialPassword: "Initial password error"
|
|
|
|
ErrInternalServer: "Service internal error: {{ .detail }}"
|
|
|
|
ErrRecordExist: "Record already exists"
|
|
|
|
ErrRecordNotFound: "Records not found"
|
2024-07-22 16:14:59 +08:00
|
|
|
ErrTransform: "Type conversion failure: {{ .detail }}"
|
2024-07-19 19:04:11 +08:00
|
|
|
ErrNotLogin: "User is not Login: {{ .detail }}"
|
|
|
|
ErrPasswordExpired: "The current password has expired: {{ .detail }}"
|
|
|
|
ErrNotSupportType: "The system does not support the current type: {{ .detail }}"
|
2024-07-31 18:29:41 +08:00
|
|
|
ErrProxy: "Request error, please check the node status: {{ .detail }}"
|
2024-07-19 19:04:11 +08:00
|
|
|
|
|
|
|
#common
|
|
|
|
ErrNameIsExist: "Name is already exist"
|
|
|
|
ErrDemoEnvironment: "Demo server, prohibit this operation!"
|
2024-07-22 16:14:59 +08:00
|
|
|
ErrEntrance: "Security entrance information error. Please check and try again!"
|
2024-07-25 14:43:41 +08:00
|
|
|
ErrGroupIsUsed: "The group is in use and cannot be deleted"
|
2024-08-02 16:49:43 +08:00
|
|
|
ErrLocalDelete: "Unable to delete local node!"
|
2024-07-19 19:04:11 +08:00
|
|
|
|
|
|
|
#app
|
|
|
|
ErrPortInUsed: "{{ .detail }} port already in use"
|
|
|
|
ErrCreateHttpClient: "Failed to create HTTP request {{.err}}"
|
|
|
|
ErrHttpReqTimeOut: "Request timed out {{.err}}"
|
|
|
|
ErrHttpReqFailed: "Request failed {{.err}}"
|
|
|
|
ErrHttpReqNotFound: "The file does not exist"
|
2024-08-08 15:38:37 +08:00
|
|
|
ErrNoSuchHost: "Network connection failed"
|
|
|
|
|
|
|
|
#backup
|
|
|
|
ErrBackupInUsed: "The backup account is currently in use in a scheduled task and cannot be deleted."
|
|
|
|
ErrBackupCheck: "Backup account test connection failed {{.err}}"
|
|
|
|
ErrBackupLocalDelete: "Deleting local server backup accounts is not currently supported."
|