app

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MsgInternalServer   = "An internal error has occurred."
	MsgInvalidRequest   = "An invalid request was provided."
	MsgResourceNotFound = "The resource cannot be found."
	MsgRouteNotFound    = "The route cannot be found."
	MsgMethodNotAllowed = "The method is not allowed."
	MsgInvalidValue     = "Invalid value."
)

Variables

View Source
var (
	ErrInternalServer      = errors.New("internal server")
	ErrInvalidRequest      = errors.New("invalid request")
	ErrResourceNotFound    = errors.New("resource not found")
	ErrResourceNotAffected = errors.New("resource not affected")
)

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