errors

package
v0.0.0-...-cdbf5b3 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2020 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Source typex.ErrorSource = "Echelon"
)

Variables

View Source
var (
	InvalidContentType = typex.BadRequest.With("Invalid Content Type")
	InvalidArgument    = typex.BadRequest.With("Invalid Argument")

	Fatal                   = typex.InternalServerError.With("Fatal")
	Complete                = typex.InternalServerError.With("Complete")
	Partial                 = typex.InternalServerError.With("Partial")
	Repair                  = typex.InternalServerError.With("Repair")
	UnexpectedArgument      = typex.InternalServerError.With("Unexpected Argument")
	UnexpectedParseArgument = typex.InternalServerError.With("Unexpected Parse Argument")
	UnexpectedResults       = typex.InternalServerError.With("Unexpected Results")
	NativeError             = typex.InternalServerError.With("Native Error")
	NoCaseFound             = typex.InternalServerError.With("No Case Found")
	ExpiredNode             = typex.InternalServerError.With("Expired Node")
	RateLimited             = typex.InternalServerError.With("Rate Limited")
	MaxSize                 = typex.InternalServerError.With("Max Size")

	MissingContent = typex.NotFound.With("Missing Content")
)

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