apperrors

package
v0.0.0-...-5905c11 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InternalError                 = 1
	NotFoundError                 = 2
	AlreadyExistsError            = 3
	WrongInputError               = 4
	UpstreamServerCallFailedError = 5
	AuthenticationFailedError     = 6
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AppError

type AppError interface {
	Append(string, ...interface{}) AppError
	Code() int
	Desc() string
	Error() string
}

func AlreadyExists

func AlreadyExists(format string, a ...interface{}) AppError

func AuthenticationFailed

func AuthenticationFailed(format string, a ...interface{}) AppError

func Internal

func Internal(format string, a ...interface{}) AppError

Internal - used for generating

func NotFound

func NotFound(format string, a ...interface{}) AppError

func UpstreamServerCallFailed

func UpstreamServerCallFailed(format string, a ...interface{}) AppError

func WrongInput

func WrongInput(format string, a ...interface{}) AppError

Jump to

Keyboard shortcuts

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