code

package
v0.0.0-...-3839eb7 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	RequestOk   = 2000
	LoginOk     = 2001
	RegisterOk  = 2002
	LogoutOK    = 2003
	RefreshOk   = 2005
	EmailSendOk = 2006
)
View Source
const (
	BadRequest     = 4000
	LoginFailed    = 4001
	RegisterFailed = 4002
	LogoutFailed   = 4003

	EmailSendFailed = 4006

	UnAuthorized     = 4010
	TokenNeedFresh   = 4011
	RefreshFailed    = 4012
	RedundantRefresh = 4013
	Forbidden        = 4030
	ResourceNotFound = 4040
)
View Source
const (
	InternalServerError = 5000 + iota
	UnknownError
	DatabaseError
	NetworkError
	ProgramError
	FilesystemError
)

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