# Functions
AddErrorBuilders appends custom errors.ErrorBuilder.
BadGateway return an error with status code http.StatusBadGateway.
BadRequest return an error with status code http.StatusBadRequest.
Conflict return an error with status code http.StatusConflict.
Err creates a new Error.
ExpectationFailed return an error with status code http.StatusExpectationFailed.
FailedDependency return an error with status code http.StatusFailedDependency.
Forbidden return an error with status code http.StatusForbidden.
GatewayTimeout return an error with status code http.StatusGatewayTimeout.
GetCallers return the caller of the function and the call stack.
Gone return an error with status code http.StatusGone.
HTTPVersionNotSupported return an error with status code http.StatusHTTPVersionNotSupported.
InsufficientStorage return an error with status code http.StatusInsufficientStorage.
InternalServerError return an error with status code http.StatusInternalServerError.
LengthRequired return an error with status code http.StatusLengthRequired.
Locked return an error with status code http.StatusLocked.
LoopDetected return an error with status code http.StatusLoopDetected.
MethodNotAllowed return an error with status code http.StatusMethodNotAllowed.
MisdirectedRequest return an error with status code http.StatusMisdirectedRequest.
NetworkAuthenticationRequired return an error with status code http.StatusNetworkAuthenticationRequired.
NotAcceptable return an error with status code http.StatusNotAcceptable.
NotExtended return an error with status code http.StatusNotExtended.
NotFound return an error with status code http.StatusNotFound.
NotImplemented return an error with status code http.StatusNotImplemented.
PaymentRequired return an error with status code http.StatusPaymentRequired.
PreconditionFailed return an error with status code http.StatusPreconditionFailed.
PreconditionRequired return an error with status code http.StatusPreconditionRequired.
ProxyAuthRequired return an error with status code http.StatusProxyAuthRequired.
RequestedRangeNotSatisfiable return an error with status code http.StatusRequestedRangeNotSatisfiable.
RequestEntityTooLarge return an error with status code http.StatusRequestEntityTooLarge.
RequestHeaderFieldsTooLarge return an error with status code http.StatusRequestHeaderFieldsTooLarge.
RequestTimeout return an error with status code http.StatusRequestTimeout.
RequestURITooLong return an error with status code http.StatusRequestURITooLong.
ServiceUnavailable return an error with status code http.StatusServiceUnavailable.
Teapot return an error with status code http.StatusTeapot.
TooEarly return an error with status code http.StatusTooEarly.
TooManyRequests return an error with status code http.StatusTooManyRequests.
Unauthorized return an error with status code http.StatusUnauthorized.
UnavailableForLegalReasons return an error with status code http.StatusUnavailableForLegalReasons.
UnprocessableEntity return an error with status code http.StatusUnprocessableEntity.
UnsupportedMediaType return an error with status code http.StatusUnsupportedMediaType.
UpgradeRequired return an error with status code http.StatusUpgradeRequired.
VariantAlsoNegotiates return an error with status code http.StatusVariantAlsoNegotiates.
Wrap will wrap the given error and return a new Error.
# Interfaces
Error represents the interface for the FullError struct.
# Type aliases
ErrorBuilder is a callback that transform the given error to a gapi Error.