Home
last modified time | relevance | path

Searched defs:RemoteError (Results 1 – 25 of 87) sorted by relevance

1234

/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Derror.go16 type RemoteError struct { struct
17 StatusCode int `json:"status,omitempty"`
18 Type string `json:"type"`
19 Detail string `json:"detail"`
22 func (e RemoteError) Error() string {
30 RemoteError anonMember
39 RemoteError anonMember
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Derror.go16 type RemoteError struct { struct
17 StatusCode int `json:"status,omitempty"`
18 Type string `json:"type"`
19 Detail string `json:"detail"`
22 func (e RemoteError) Error() string {
30 RemoteError anonMember
39 RemoteError anonMember
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/vendor/github.com/xenolf/lego/acme/
H A Derror.go16 type RemoteError struct { struct
17 StatusCode int `json:"status,omitempty"`
18 Type string `json:"type"`
19 Detail string `json:"detail"`
22 func (e RemoteError) Error() string {
30 RemoteError anonMember
39 RemoteError anonMember
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Derror.go16 type RemoteError struct { struct
17 StatusCode int `json:"status,omitempty"`
18 Type string `json:"type"`
19 Detail string `json:"detail"`
22 func (e RemoteError) Error() string {
30 RemoteError anonMember
39 RemoteError anonMember
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Derror.go16 type RemoteError struct { struct
17 StatusCode int `json:"status,omitempty"`
18 Type string `json:"type"`
19 Detail string `json:"detail"`
22 func (e RemoteError) Error() string {
30 RemoteError anonMember
39 RemoteError anonMember
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Derror.go16 type RemoteError struct { struct
17 StatusCode int `json:"status,omitempty"`
18 Type string `json:"type"`
19 Detail string `json:"detail"`
22 func (e RemoteError) Error() string {
30 RemoteError anonMember
39 RemoteError anonMember
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Derror.go16 type RemoteError struct { struct
17 StatusCode int `json:"status,omitempty"`
18 Type string `json:"type"`
19 Detail string `json:"detail"`
22 func (e RemoteError) Error() string {
30 RemoteError anonMember
39 RemoteError anonMember
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Derror.go16 type RemoteError struct { struct
17 StatusCode int `json:"status,omitempty"`
18 Type string `json:"type"`
19 Detail string `json:"detail"`
22 func (e RemoteError) Error() string {
30 RemoteError anonMember
39 RemoteError anonMember
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/github.com/xenolf/lego/acme/
H A Derror.go16 type RemoteError struct { struct
17 StatusCode int `json:"status,omitempty"`
18 Type string `json:"type"`
19 Detail string `json:"detail"`
22 func (e RemoteError) Error() string {
30 RemoteError anonMember
39 RemoteError anonMember
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/vendor/github.com/xenolf/lego/acme/
H A Derror.go16 type RemoteError struct { struct
17 StatusCode int `json:"status,omitempty"`
18 Type string `json:"type"`
19 Detail string `json:"detail"`
22 func (e RemoteError) Error() string {
30 RemoteError anonMember
39 RemoteError anonMember
/dports/editors/xi-core/xi-editor-0.3.0/rust/rpc/src/
H A Derror.rs28 RemoteError(RemoteError), enumerator
104 pub enum RemoteError { enum
119 impl RemoteError { implementation
166 impl From<JsonError> for RemoteError { implementation
167 fn from(err: JsonError) -> RemoteError { in from()
186 impl<'de> Deserialize<'de> for RemoteError { implementation
204 impl Serialize for RemoteError { implementation
/dports/security/keybase/client-v5.7.1/go/chat/storage/
H A Derrors.go57 type RemoteError struct { struct
58 Msg string
61 func (e RemoteError) Error() string {
65 func (e RemoteError) ShouldClear() bool {
69 func (e RemoteError) Message() string {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/unknwon/com/
H A Dhttp.go36 type RemoteError struct { struct
37 Host string
38 Err error
41 func (e *RemoteError) Error() string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/unknwon/com/
H A Dhttp.go36 type RemoteError struct { struct
37 Host string
38 Err error
41 func (e *RemoteError) Error() string {
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/services/src/main/java/org/mozilla/gecko/fxa/login/
H A DFxAccountLoginTransition.java56 public static class RemoteError implements Transition { class in FxAccountLoginTransition
59 public RemoteError(Exception e) { in RemoteError() method in FxAccountLoginTransition.RemoteError
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/services/src/main/java/org/mozilla/gecko/fxa/login/
H A DFxAccountLoginTransition.java56 public static class RemoteError implements Transition { class in FxAccountLoginTransition
59 public RemoteError(Exception e) { in RemoteError() method in FxAccountLoginTransition.RemoteError
/dports/devel/dep/dep-0.5.4/vendor/github.com/Masterminds/vcs/
H A Derrors.go59 type RemoteError struct { struct
60 vcsError
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Masterminds/vcs/
H A Derrors.go62 type RemoteError struct { struct
63 vcsError
/dports/devel/go-glide/glide-0.13.2/vendor/github.com/Masterminds/vcs/
H A Derrors.go62 type RemoteError struct { struct
63 vcsError
/dports/editors/xi-core/xi-editor-0.3.0/rust/plugin-lib/src/
H A Ddispatch.rs156 fn do_update(&mut self, update: PluginUpdate) -> Result<Value, RemoteError> { in do_update() argument
175 fn do_collect_trace(&self) -> Result<Value, RemoteError> { in do_collect_trace() argument
215 fn handle_request(&mut self, _ctx: &RpcCtx, rpc: Self::Request) -> Result<Value, RemoteError> { in handle_request() argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/golang/gddo/gosrc/
H A Dgosrc.go129 type RemoteError struct { struct
130 Host string
131 err error
134 func (e *RemoteError) Error() string {
/dports/www/miniflux/v2-2.0.35/vendor/github.com/golang/gddo/gosrc/
H A Dgosrc.go129 type RemoteError struct { struct
130 Host string
131 err error
134 func (e *RemoteError) Error() string {
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/golang/gddo/gosrc/
H A Dgosrc.go129 type RemoteError struct { struct
130 Host string
131 err error
134 func (e *RemoteError) Error() string {
/dports/editors/xi-core/xi-editor-0.3.0/rust/core-lib/src/
H A Dcore.rs118 fn handle_request(&mut self, _ctx: &RpcCtx, rpc: Self::Request) -> Result<Value, RemoteError> { in handle_request() argument
180 fn handle_request(&mut self, ctx: &RpcCtx, rpc: Self::Request) -> Result<Value, RemoteError> { in handle_request() argument
/dports/net/py-python-designateclient/python-designateclient-4.4.0/designateclient/
H A Dexceptions.py37 class RemoteError(Base): class

1234