Home
last modified time | relevance | path

Searched defs:HTTPError (Results 1 – 25 of 1086) sorted by relevance

12345678910>>...44

/dports/security/acmetool/acmetool-0.2.1/vendor/gopkg.in/hlandau/acmeapi.v2/
H A Dutil-errors.go15 type HTTPError struct { struct
18 Res *http.Response
22 Problem *Problem
26 ProblemRaw json.RawMessage
30 func (he *HTTPError) Error() string {
34 func (he *HTTPError) Temporary() bool {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Derror_http.go10 type HTTPError struct { struct
11 InnerError error `json:"-"`
12 UniqueID string `json:"unique_id,omitempty"`
13 Endpoint string `json:"endpoint,omitempty"`
14 RetryReasons []RetryReason `json:"retry_reasons,omitempty"`
15 RetryAttempts uint32 `json:"retry_attempts,omitempty"`
19 func (e HTTPError) Error() string {
24 func (e HTTPError) Unwrap() error {
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Derror_http.go10 type HTTPError struct { struct
11 InnerError error `json:"-"`
12 UniqueID string `json:"unique_id,omitempty"`
13 Endpoint string `json:"endpoint,omitempty"`
14 RetryReasons []RetryReason `json:"retry_reasons,omitempty"`
15 RetryAttempts uint32 `json:"retry_attempts,omitempty"`
19 func (e HTTPError) Error() string {
24 func (e HTTPError) Unwrap() error {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/couchdb/chttp/
H A Derrors.go11 type HTTPError struct { struct
12 Code int
13 Reason string `json:"reason"`
16 func (e *HTTPError) Error() string {
24 func (e *HTTPError) StatusCode() int {
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/v2http/httptypes/
H A Derrors.go23 type HTTPError struct { struct
24 Message string `json:"message"`
26 Code int `json:"-"`
29 func (e HTTPError) Error() string {
33 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/v2http/httptypes/
H A Derrors.go23 type HTTPError struct { struct
24 Message string `json:"message"`
26 Code int `json:"-"`
29 func (e HTTPError) Error() string {
33 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/v2http/httptypes/
H A Derrors.go23 type HTTPError struct { struct
24 Message string `json:"message"`
26 Code int `json:"-"`
29 func (e HTTPError) Error() string {
33 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/api/v2http/httptypes/
H A Derrors.go23 type HTTPError struct { struct
24 Message string `json:"message"`
26 Code int `json:"-"`
29 func (e HTTPError) Error() string {
33 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/www/pomerium/pomerium-0.8.3/internal/httputil/
H A Derrors.go24 type HTTPError struct { struct
26 Status int
28 Err error
37 func (e *HTTPError) Error() string {
42 func (e *HTTPError) Unwrap() error { return e.Err }
45 func (e *HTTPError) Debugable() bool {
50 func (e *HTTPError) RetryURL(r *http.Request) string {
68 func (e *HTTPError) ErrorResponse(w http.ResponseWriter, r *http.Request) {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/v2http/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/devel/etcd32/etcd-3.2.32/etcdserver/api/v2http/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/devel/etcd34/etcd-3.4.18/etcdserver/api/v2http/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/devel/etcd31/etcd-3.1.20/etcdserver/api/v2http/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/devel/etcd33/etcd-3.3.23/etcdserver/api/v2http/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/devel/etcd/etcd-2.3.8/etcdserver/etcdhttp/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/api/v2http/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/coreos/etcd/etcdserver/api/v2http/httptypes/
H A Derrors.go28 type HTTPError struct { struct
29 Message string `json:"message"`
31 Code int `json:"-"`
34 func (e HTTPError) Error() string {
38 func (e HTTPError) WriteTo(w http.ResponseWriter) error {
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/splitio/go-split-commons/v3/dtos/
H A Dhttp.go4 type HTTPError struct { struct
5 Code int
6 Message string
10 func (h HTTPError) Error() string {
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/impart/
H A Derrors.go8 type HTTPError struct { struct
9 Status int
10 Message string
15 func (h HTTPError) Error() string {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/cmd/go/internal/web/
H A Dhttp.go45 type HTTPError struct { struct
46 status string
47 StatusCode int
48 url string
51 func (e *HTTPError) Error() string {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/go/internal/web/
H A Dhttp.go45 type HTTPError struct { struct
46 status string
47 StatusCode int
48 url string
51 func (e *HTTPError) Error() string {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/cmd/go/internal/web/
H A Dhttp.go45 type HTTPError struct { struct
46 status string
47 StatusCode int
48 url string
51 func (e *HTTPError) Error() string {

12345678910>>...44