Documentation
¶
Overview ¶
Code generated by go generate; DO NOT EDIT. Code generated by go generate; DO NOT EDIT. Code generated by go generate; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Code ¶
type Code uint32
const ( // DO NOT EDIT // gen code start InternalError Code = 10000 + iota UnknownError // AuthError 鉴权错误 AuthErrorTokenHasBeenBlacklisted AuthErrorTokenIsInvalid AuthErrorNoPermission // RequestError 请求错误 RequestErrorInvalidParams // DatabaseError 数据库错误 DatabaseErrorRecordCreateFailed DatabaseErrorRecordDeleteFailed DatabaseErrorRecordPatchFailed DatabaseErrorRecordNotFound // OssError OSS错误 OssErrorPutFailed OssErrorGetFailed // UserError 用户侧错误 UserErrorRegisterNotAllowed UserErrorInvalidUsername UserErrorInvalidPassword UserErrorInvalidEmail UserErrorInvitationCodeEligibilityTimeNotReached UserErrorInvalidInvitationCode UserErrorInvitationCodeHasReachedLimit )
请勿修改,常量之间不要有空行! DO NOT EDIT, no empty line between constants!
Click to show internal directories.
Click to hide internal directories.