Versions in this module Expand all Collapse all v0 v0.2.3 Dec 2, 2020 v0.2.2 Dec 2, 2020 Changes in this version + type Error struct + Code int32 + Message string + var AccountUsedError *Error + var ArgumentError *Error + var ConfirmPasswordError *Error + var DataExistedError *Error + var DataNotExistError *Error + var DatabaseError *Error + var DateFormatError *Error + var DisposeDataError *Error + var EmptyResultError *Error + var FileNotExistedError *Error + var GenderError *Error + var IDCardFormatError *Error + var IDServiceError *Error + var LoginError *Error + var MobileFormatError *Error + var MobileUsedError *Error + var MustIDError *Error + var NoAuthError *Error + var NoNeedToUpdateError *Error + var PasswordFormatError *Error + var RedisError *Error + var SUCCESS *Error + var ServiceError *Error + var TokenError *Error + var TooMuchRequestError *Error + var UploadFileError *Error + var VerifyCodeError *Error + func New(code int32, msg string) *Error + func (e *Error) Error() string + func (e *Error) Replace(msg string) *Error