Documentation
¶
Index ¶
Constants ¶
View Source
const ( ZH string = "zh" EN string = "en" )
Variables ¶
This section is empty.
Functions ¶
func ByLangcode ¶
Types ¶
type ErrorCode ¶
type ErrorCode int
const ( // General error SearchFailed ErrorCode OperationFailed ParamsError InternalServerError NotFoundError // Permissions error Expire Forbidden ReviewForbidden // Account error Unregister HasRegistered RegisterError WrongPassword EmailFormatError EmailRegistered UserOrPasswordError PasswordFormatError NewPasswordFormatError UserTypeError AddressError SignatureError ActorNotFound // VCode error SendVCodeFailed VCodeExpire VCodeError VCodeNotExist TryAgainVCodeRequest TooManyVCodeRequest // File upload error SaveFileFailed UploadFailed // Query error PageError PageSizeError OwnProviderError ScoreError TextLengthError CustomTextLengthError CustomFieldRequiredError FileTypeError )
Click to show internal directories.
Click to hide internal directories.