mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-11-26 20:19:15 +08:00
12 lines
719 B
YAML
12 lines
719 B
YAML
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 }}" |