constants

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

View Source
const (
	ErrInvalidData         = "Invalid Data"
	ErrDataNotFound        = "Data Not Found"
	ErrDataExists          = "Data Exists"
	ErrInvalidID           = "Invalid ID"
	ErrInvalidEndpoint     = "Invalid Endpoint"
	ErrInvalidMethod       = "Invalid Method"
	ErrUnauthorized        = "Unauthorized Attempt"
	ErrForbidden           = "Forbidden"
	ErrInternalServerError = "Internal Server Error"
	ErrBadGateway          = "Bad Gateway"
	ErrServiceUnavailable  = "Service Unavailable"
	ErrGatewayTimeout      = "Gateway Timeout"
	ErrTooManyRequests     = "Too Many Requests"
	ErrRequestTimeout      = "Request Timeout"
	ErrNotFound            = "Not Found"
	ErrMethodNotAllowed    = "Method Not Allowed"
	ErrConflict            = "Conflict"
	ErrGone                = "Gone"
	ErrLengthRequired      = "Length Required"
	ErrPreconditionFailed  = "Precondition Failed"
	ErrWritingResponse     = "Error Writing Response"
	ErrParsingRequest      = "Error Parsing Request"
	ErrSavingData          = "Error Saving Data"
	ErrUpdatingData        = "Error Updating Data"
	ErrDeletingData        = "Error Deleting Data"
	ErrCreatingRequest     = "Error Creating Request"
	ErrSendingRequest      = "Error Sending Request"
	ErrReadingResponse     = "Error Reading Response"
	ErrUnmarshallingData   = "Error Unmarshalling Data"
)

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