Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorCode ¶
type ErrorCode int64
const ( UserNotExist ErrorCode = 100 EmailExist ErrorCode = 101 MobileExist ErrorCode = 102 PasswordError ErrorCode = 103 EmailNotExist ErrorCode = 104 MobileNotExist ErrorCode = 105 PasswordTooShort ErrorCode = 106 OldPasswordError ErrorCode = 107 AccessTokenEmpty ErrorCode = 150 AccessTokenInvalid ErrorCode = 151 AccessTokenExpired ErrorCode = 152 )
Click to show internal directories.
Click to hide internal directories.