stderrorcode

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrorCode

type ErrorCode int64
const (
	OK            ErrorCode = 0
	InternalError ErrorCode = 1

	FieldError ErrorCode = 10
)
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
)

Jump to

Keyboard shortcuts

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