status

package
v0.0.0-...-35e313c Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CreatedSuccess = http.StatusCreated             //201
	OK             = http.StatusOK                  //200
	NotFound       = http.StatusNotFound            //404
	NotAuthorized  = http.StatusUnauthorized        //401
	UserNotActive  = http.StatusForbidden           //403
	Exists         = http.StatusConflict            //409
	ServerError    = http.StatusInternalServerError //500
	BadRequest     = http.StatusBadRequest          //400
	DeletedSuccess = http.StatusNoContent           //204
)

http statuscode

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