mirror of https://github.com/1Panel-dev/1Panel
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.0 KiB
23 lines
1.0 KiB
ErrInvalidParams: "Request parameter error: {{ .detail }}"
|
|
ErrToken: "Token information is incorrect.: {{ .detail }}"
|
|
ErrTokenParse: "Token generation error: {{ .detail }}"
|
|
ErrTokenTimeOut: "Login information is out of date: {{ .detail }}"
|
|
ErrCaptchaCode: "The verification code information is incorrect"
|
|
ErrInitialPassword: "Initial password error: {{ .detail }}"
|
|
ErrInternalServer: "Service internal error: {{ .detail }}"
|
|
ErrRecordExist: "Record already exists: {{ .detail }}"
|
|
ErrRecordNotFound: "Records not found: {{ .detail }}"
|
|
ErrStructTransform: "Type conversion failure: {{ .detail }}"
|
|
ErrNotLogin: "User is not Login: {{ .detail }}"
|
|
ErrNotSafety: "The login status of the current user is unsafe: {{ .detail }}"
|
|
ErrPasswordExpired: "The current password has expired: {{ .detail }}"
|
|
ErrNotSupportType: "The system does not support the current type: {{ .detail }}"
|
|
|
|
|
|
#common
|
|
ErrNameIsExist: "Name is already exist"
|
|
|
|
#app
|
|
ErrPortInUsed: "{{ .detail }} port already in use"
|
|
ErrAppLimit: "App exceeds install limit"
|
|
ErrAppRequired: "{{ .detail }} app is required" |