Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BadRequest = errors.New("bad request") PaymentRequired = errors.New("payment required") Forbidden = errors.New("forbidden") NotFound = errors.New("not found") MethodNotAllowed = errors.New("method not allowed") NotAcceptable = errors.New("not acceptable") ProxyAuthRequired = errors.New("proxy authentication required") RequestTimeout = errors.New("request timeout") Conflict = errors.New("conflict") Gone = errors.New("gone") LengthRequired = errors.New("length required") PreconditionFailed = errors.New("precondition failed") RequestEntityTooLarge = errors.New("request entity too large") RequestURITooLong = errors.New("request URI too long") UnsupportedMediaType = errors.New("unsupported media type") RequestedRangeNotSatisfiable = errors.New("requested range not satisfiable") ExpectationFailed = errors.New("expectation failed") Teapot = errors.New("I'm a teapot") MisdirectedRequest = errors.New("misdirected request") UnprocessableEntity = errors.New("unprocessable entity") Locked = errors.New("locked") FailedDependency = errors.New("failed dependency") TooEarly = errors.New("too early") UpgradeRequired = errors.New("upgrade required") PreconditionRequired = errors.New("precondition required") TooManyRequests = errors.New("too many requests") RequestHeaderFieldsTooLarge = errors.New("request header fields too large") InternalServerError = errors.New("internal server error") NotImplemented = errors.New("not implemented") BadGateway = errors.New("bad gateway") GatewayTimeout = errors.New("gateway timeout") HTTPVersionNotSupported = errors.New("HTTP version not supported") VariantAlsoNegotiates = errors.New("variant also negotiates") InsufficientStorage = errors.New("insufficient storage") LoopDetected = errors.New("loop detected") NotExtended = errors.New("not extended") NetworkAuthenticationRequired = errors.New("network authentication required") )
Functions ¶
func GRPCStatus ¶
func HTTPStatus ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.