2022-08-16 23:30:23 +08:00
|
|
|
ErrInvalidParams: "Request parameter error: {{ .detail }}"
|
|
|
|
ErrToken: "Token information is incorrect.: {{ .detail }}"
|
|
|
|
ErrTokenParse: "Token generation error: {{ .detail }}"
|
|
|
|
ErrTokenTimeOut: "Login information is out of date: {{ .detail }}"
|
2022-12-02 18:52:43 +08:00
|
|
|
ErrInitialPassword: "Initial password error"
|
2022-08-16 23:30:23 +08:00
|
|
|
ErrInternalServer: "Service internal error: {{ .detail }}"
|
|
|
|
ErrRecordExist: "Record already exists: {{ .detail }}"
|
|
|
|
ErrRecordNotFound: "Records not found: {{ .detail }}"
|
2022-08-17 11:47:56 +08:00
|
|
|
ErrStructTransform: "Type conversion failure: {{ .detail }}"
|
2022-09-15 17:15:03 +08:00
|
|
|
ErrNotLogin: "User is not Login: {{ .detail }}"
|
2022-09-16 18:53:45 +08:00
|
|
|
ErrNotSafety: "The login status of the current user is unsafe: {{ .detail }}"
|
2022-09-29 16:15:59 +08:00
|
|
|
ErrPasswordExpired: "The current password has expired: {{ .detail }}"
|
2022-12-01 15:48:40 +08:00
|
|
|
ErrNotSupportType: "The system does not support the current type: {{ .detail }}"
|
|
|
|
|
|
|
|
|
2022-12-02 10:31:07 +08:00
|
|
|
#common
|
|
|
|
ErrNameIsExist: "Name is already exist"
|
|
|
|
|
2022-12-01 15:48:40 +08:00
|
|
|
#app
|
2022-12-01 16:45:00 +08:00
|
|
|
ErrPortInUsed: "{{ .detail }} port already in use"
|
|
|
|
ErrAppLimit: "App exceeds install limit"
|
2022-12-02 18:17:16 +08:00
|
|
|
ErrAppRequired: "{{ .detail }} app is required"
|
2022-12-04 17:45:54 +08:00
|
|
|
ErrNotInstall: "App not installed"
|
2022-12-02 18:17:16 +08:00
|
|
|
|
|
|
|
|
|
|
|
#file
|
|
|
|
ErrFileCanNotRead: "File can not read"
|
2022-12-04 16:10:48 +08:00
|
|
|
ErrFileToLarge: "file is too large"
|
|
|
|
|
|
|
|
#website
|
|
|
|
ErrDomainIsExist: "Domain is already exist"
|
2022-12-05 15:50:53 +08:00
|
|
|
ErrAliasIsExist: "Alias is already exist"
|
|
|
|
|
|
|
|
#ssl
|
|
|
|
ErrSSLCannotDelete: "The certificate is being used by the website and cannot be removed"
|
|
|
|
ErrAccountCannotDelete: "The certificate associated with the account cannot be deleted"
|