exceptions

package
v0.0.0-...-e299d79 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FailedToPushData              = errors.New("failed to push data")
	FailedFetchingData            = errors.New("failed fetching data")
	InvalidAPIKey                 = errors.New("invalid api key")
	InvalidatedToken              = errors.New("invalid user token")
	InvalidInput                  = errors.New("invalid input")
	InvalidToken                  = errors.New("invalid token")
	InvalidUsernameOrPassword     = errors.New("username or password invalid")
	RegistrationFailed            = errors.New("registration failed")
	RequestBodyValidationFailed   = errors.New("request body validation failed")
	RequestParamsValidationFailed = errors.New("request params validation failed")
	RequestQueryValidationFailed  = errors.New("request query validation failed")
	ResourceNotFound              = errors.New("resource not found")
	UserAlreadyExists             = errors.New("user already exists in our database")
	UserNotFoundInOurDB           = errors.New("user does not exists in our database")
)

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