reason

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 1, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Success .
	Success = "base.success"
	// UnknownError unknown error
	UnknownError = "base.unknown"
	// RequestFormatError request format error
	RequestFormatError = "base.request_format_error"
	// UnauthorizedError unauthorized error
	UnauthorizedError = "base.unauthorized_error"
	// DatabaseError database error
	DatabaseError = "base.database_error"
)
View Source
const (
	EmailOrPasswordWrong         = "error.user.email_or_password_wrong"
	CommentNotFound              = "error.comment.not_found"
	QuestionNotFound             = "error.question.not_found"
	AnswerNotFound               = "error.answer.not_found"
	CommentEditWithoutPermission = "error.comment.edit_without_permission"
	DisallowVote                 = "error.object.disallow_vote"
	DisallowFollow               = "error.object.disallow_follow"
	DisallowVoteYourSelf         = "error.object.disallow_vote_your_self"
	CaptchaVerificationFailed    = "error.object.captcha_verification_failed"
	UserNotFound                 = "error.user.not_found"
	UsernameInvalid              = "error.user.username_invalid"
	UsernameDuplicate            = "error.user.username_duplicate"
	UserSetAvatar                = "error.user.set_avatar"
	EmailDuplicate               = "error.email.duplicate"
	EmailVerifyURLExpired        = "error.email.verify_url_expired"
	EmailNeedToBeVerified        = "error.email.need_to_be_verified"
	UserSuspended                = "error.user.suspended"
	ObjectNotFound               = "error.object.not_found"
	TagNotFound                  = "error.tag.not_found"
	RankFailToMeetTheCondition   = "error.rank.fail_to_meet_the_condition"
	ThemeNotFound                = "error.theme.not_found"
	LangNotFound                 = "error.lang.not_found"
	ReportHandleFailed           = "error.report.handle_failed"
	ReportNotFound               = "error.report.not_found"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL