Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BadRequest = &Error{} //nolint PaymentRequired = &Error{} //nolint Forbidden = &Error{} //nolint NotFound = &Error{} //nolint MethodNotAllowed = &Error{} //nolint NotAcceptable = &Error{} //nolint ProxyAuthRequired = &Error{} //nolint RequestTimeout = &Error{} //nolint Conflict = &Error{} //nolint Gone = &Error{} //nolint LengthRequired = &Error{} //nolint PreconditionFailed = &Error{} //nolint RequestEntityTooLarge = &Error{} //nolint RequestURITooLong = &Error{} //nolint UnsupportedMediaType = &Error{} //nolint RequestedRangeNotSatisfiable = &Error{} //nolint ExpectationFailed = &Error{} //nolint Teapot = &Error{} //nolint MisdirectedRequest = &Error{} //nolint UnprocessableEntity = &Error{} //nolint Locked = &Error{} //nolint FailedDependency = &Error{} //nolint TooEarly = &Error{} //nolint UpgradeRequired = &Error{} //nolint PreconditionRequired = &Error{} //nolint TooManyRequests = &Error{} //nolint RequestHeaderFieldsTooLarge = &Error{} //nolint AlreadyExist = &Error{} //nolint InternalServerError = &Error{} //nolint NotImplemented = &Error{} //nolint BadGateway = &Error{} //nolint GatewayTimeout = &Error{} //nolint HTTPVersionNotSupported = &Error{} //nolint VariantAlsoNegotiates = &Error{} //nolint InsufficientStorage = &Error{} //nolint LoopDetected = &Error{} //nolint NotExtended = &Error{} //nolint NetworkAuthenticationRequired = &Error{} //nolint Retry = &Error{} //nolint )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.