app_error

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Err422LoginValidateMapError     = 42200001
	Err422LoginValidateRuleError    = 42200002
	Err422LoginValidateError        = 42200003
	Err422LoginUserNotFoundError    = 42200004
	Err422LoginAuthTokensError      = 42200005
	Err422LoginComparePasswordError = 42200024
	Err422LoginInvalidPasswordError = 42200025

	Err422SignupValidateMapError  = 42200006
	Err422SignupValidateRuleError = 42200007
	Err422SignupValidateError     = 42200008
	Err422SignupUserNotFoundError = 42200009
	Err422SignupAuthTokensError   = 42200010

	Err422ConfirmRequestError          = 42200011
	Err422ConfirmValidateRuleError     = 42200012
	Err422ConfirmValidateError         = 42200013
	Err422ConfirmUserNotFoundError     = 42200014
	Err422ConfirmTokenError            = 42200015
	Err422ConfirmUserError             = 42200016
	Err422ConfirmUserStatusError       = 42200017
	Err422ConfirmUserNotificationError = 42200018

	Err422HomeGeneralError = 42200019

	Err422UserNotificationValidateMapError  = 42200020
	Err422UserNotificationValidateRuleError = 42200021
	Err422UserNotificationValidateError     = 42200022
	Err422UserNotificationQueryError        = 42200023

	Err401AuthEmptyTokenError   = 40100001
	Err401TokenError            = 40100002
	Err401UserNotFoundError     = 40100003
	Err401UserNotActiveError    = 40100004
	Err401SystemEmptyTokenError = 40100005
	Err401SystemTokenError      = 40100005
)

Variables

This section is empty.

Functions

This section is empty.

Types

type StackTracer

type StackTracer interface {
	StackTrace() errors.StackTrace
	Error() string
}

Jump to

Keyboard shortcuts

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