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 }}"
|
|
|
|
ErrCaptchaCode: "The verification code information is incorrect"
|
|
|
|
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 }}"
|
|
|
|
ErrTypeNotLogin: "User is not Login"
|