Home
last modified time | relevance | path

Searched refs:ErrorResponse (Results 1 – 25 of 5838) sorted by relevance

12345678910>>...234

/dports/www/beehive/beehive-0.4.0/vendor/github.com/minio/minio-go/
H A Dapi-error-response.go73 case ErrorResponse:
76 return ErrorResponse{}
184 return ErrorResponse{
195 return ErrorResponse{
207 return ErrorResponse{
219 return ErrorResponse{
230 return ErrorResponse{
240 return ErrorResponse{
254 return ErrorResponse{
265 return ErrorResponse{
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/minio-go/v6/
H A Dapi-error-response.go76 case ErrorResponse:
79 return ErrorResponse{}
188 return ErrorResponse{
199 return ErrorResponse{
211 return ErrorResponse{
223 return ErrorResponse{
234 return ErrorResponse{
244 return ErrorResponse{
258 return ErrorResponse{
269 return ErrorResponse{
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/
H A Dapi-error-response.go76 case ErrorResponse:
79 return ErrorResponse{}
188 return ErrorResponse{
199 return ErrorResponse{
211 return ErrorResponse{
223 return ErrorResponse{
234 return ErrorResponse{
244 return ErrorResponse{
258 return ErrorResponse{
269 return ErrorResponse{
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/minio-go-6.0.57/
H A Dapi-error-response.go76 case ErrorResponse:
79 return ErrorResponse{}
188 return ErrorResponse{
199 return ErrorResponse{
211 return ErrorResponse{
223 return ErrorResponse{
234 return ErrorResponse{
244 return ErrorResponse{
258 return ErrorResponse{
269 return ErrorResponse{
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/minio/minio-go/v7/
H A Dapi-error-response.go41 type ErrorResponse struct { struct
76 case ErrorResponse:
79 return ErrorResponse{}
188 return ErrorResponse{
199 return ErrorResponse{
211 return ErrorResponse{
223 return ErrorResponse{
234 return ErrorResponse{
244 return ErrorResponse{
254 return ErrorResponse{
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/minio/minio-go/v7/
H A Dapi-error-response.go41 type ErrorResponse struct { struct
76 case ErrorResponse:
79 return ErrorResponse{}
188 return ErrorResponse{
199 return ErrorResponse{
211 return ErrorResponse{
223 return ErrorResponse{
234 return ErrorResponse{
244 return ErrorResponse{
254 return ErrorResponse{
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/minio/minio-go/v7/
H A Dapi-error-response.go41 type ErrorResponse struct { struct
76 case ErrorResponse:
79 return ErrorResponse{}
188 return ErrorResponse{
199 return ErrorResponse{
211 return ErrorResponse{
223 return ErrorResponse{
234 return ErrorResponse{
244 return ErrorResponse{
254 return ErrorResponse{
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/minio/minio-go/v7/
H A Dapi-error-response.go41 type ErrorResponse struct { struct
76 case ErrorResponse:
79 return ErrorResponse{}
188 return ErrorResponse{
199 return ErrorResponse{
211 return ErrorResponse{
223 return ErrorResponse{
234 return ErrorResponse{
244 return ErrorResponse{
254 return ErrorResponse{
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/minio-go/v7/
H A Dapi-error-response.go41 type ErrorResponse struct { struct
76 case ErrorResponse:
79 return ErrorResponse{}
188 return ErrorResponse{
199 return ErrorResponse{
211 return ErrorResponse{
223 return ErrorResponse{
234 return ErrorResponse{
244 return ErrorResponse{
254 return ErrorResponse{
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/minio/minio-go/v7/
H A Dapi-error-response.go41 type ErrorResponse struct { struct
76 case ErrorResponse:
79 return ErrorResponse{}
188 return ErrorResponse{
199 return ErrorResponse{
211 return ErrorResponse{
223 return ErrorResponse{
234 return ErrorResponse{
244 return ErrorResponse{
254 return ErrorResponse{
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/minio/minio-go/v7/
H A Dapi-error-response.go44 type ErrorResponse struct { struct
80 case ErrorResponse:
83 return ErrorResponse{}
212 return ErrorResponse{
223 return ErrorResponse{
235 return ErrorResponse{
247 return ErrorResponse{
258 return ErrorResponse{
268 return ErrorResponse{
278 return ErrorResponse{
[all …]
/dports/net/krill/krill-0.9.4/src/commons/
H A Derror.rs633 pub fn to_error_response(&self) -> ErrorResponse { in to_error_response() argument
640 Error::IoError(e) => ErrorResponse::new("sys-io", &self).with_cause(e), in to_error_response()
702 Error::RepoNotSet => ErrorResponse::new("repo-not-set", &self), in to_error_response()
853 Error::KeyUseAttemptReuse => ErrorResponse::new("key-re-use", &self), in to_error_response()
854 Error::KeyUseNoNewKey => ErrorResponse::new("key-no-new", &self), in to_error_response()
856 Error::KeyUseNoOldKey => ErrorResponse::new("key-no-old", &self), in to_error_response()
857 Error::KeyUseNoIssuedCert => ErrorResponse::new("key-no-cert", &self), in to_error_response()
871 Error::TaNotAllowed => ErrorResponse::new("ta-not-allowed", &self), in to_error_response()
872 Error::TaNameReserved => ErrorResponse::new("ta-name-reserved", &self), in to_error_response()
883 Error::Custom(_msg) => ErrorResponse::new("general-error", &self), in to_error_response()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/vault-plugin-auth-jwt/
H A Dpath_login.go45 return logical.ErrorResponse("missing token"), nil
50 return logical.ErrorResponse("missing role"), nil
58 return logical.ErrorResponse("role could not be found"), nil
62 return logical.ErrorResponse("request originated from invalid CIDR"), nil
70 return logical.ErrorResponse("could not load configuration"), nil
82 return logical.ErrorResponse(errwrap.Wrapf("error parsing token: {{err}}", err).Error()), nil
95 return logical.ErrorResponse("no known key successfully validated the token signature"), nil
153 return logical.ErrorResponse("sub claim does not match bound subject"), nil
164 return logical.ErrorResponse("aud claim does not match any bound audience"), nil
174 return logical.ErrorResponse(fmt.Sprintf("%q claim not found in token", role.UserClaim)), nil
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/android/src/org/coolreader/plugins/litres/
H A DLitresPlugin.java142 ErrorResponse error = (ErrorResponse)response; in authenticate()
159 ErrorResponse error = (ErrorResponse)response; in registerNewAccount()
209 ErrorResponse error = (ErrorResponse)response; in fillGenres()
268 ErrorResponse error = (ErrorResponse)response; in getBooksByAuthor()
287 ErrorResponse error = (ErrorResponse)response; in getPurchasedBooks()
308 ErrorResponse error = (ErrorResponse)response; in getBooksForGenre()
352 ErrorResponse error = (ErrorResponse)response; in getAuthorsByPrefix()
377 ErrorResponse error = (ErrorResponse)response; in getBookInfo()
405 ErrorResponse error = (ErrorResponse)response; in getPopularBooks()
426 ErrorResponse error = (ErrorResponse)response; in getNewBooks()
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/roomserver/inthttp/
H A Dserver.go35 return util.ErrorResponse(err)
59 return util.ErrorResponse(err)
83 return util.ErrorResponse(err)
116 return util.ErrorResponse(err)
119 return util.ErrorResponse(err)
130 return util.ErrorResponse(err)
133 return util.ErrorResponse(err)
144 return util.ErrorResponse(err)
147 return util.ErrorResponse(err)
158 return util.ErrorResponse(err)
[all …]
/dports/security/vault/vault-1.8.2/builtin/credential/okta/
H A Dbackend.go71 return nil, logical.ErrorResponse("Okta auth method not configured"), nil, nil
122 return nil, logical.ErrorResponse(fmt.Sprintf("Okta auth failed: %v", err)), nil, nil
125 return nil, logical.ErrorResponse("okta auth method unexpected failure"), nil, nil
143 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
149 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
225 return nil, logical.ErrorResponse("okta auth backend unexpected failure"), nil, nil
246 return nil, logical.ErrorResponse("exiting pending mfa challenge"), nil, nil
249 return nil, logical.ErrorResponse("multi-factor authentication denied"), nil, nil
258 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
269 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/madmin-go/
H A Dapi-error-response.go43 type ErrorResponse struct { struct
58 func (e ErrorResponse) Error() string { argument
78 return ErrorResponse{
84 var errResp ErrorResponse
99 return ErrorResponse{
121 func ToErrorResponse(err error) ErrorResponse {
123 case ErrorResponse:
126 return ErrorResponse{}
132 return ErrorResponse{
/dports/sysutils/helmfile/vault-f6547fa8e820/builtin/credential/okta/
H A Dbackend.go66 return nil, logical.ErrorResponse("Okta auth method not configured"), nil, nil
117 return nil, logical.ErrorResponse(fmt.Sprintf("Okta auth failed: %v", err)), nil, nil
120 return nil, logical.ErrorResponse("okta auth method unexpected failure"), nil, nil
138 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
144 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
197 return nil, logical.ErrorResponse("okta auth backend unexpected failure"), nil, nil
218 return nil, logical.ErrorResponse("exiting pending mfa challenge"), nil, nil
221 return nil, logical.ErrorResponse("multi-factor authentication denied"), nil, nil
230 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
241 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
[all …]
/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/johannesboyne/gofakes3/
H A Derror.go113 return &ErrorResponse{
120 return &ErrorResponse{
157 type ErrorResponse struct { struct
168 func (e *ErrorResponse) Error() string { argument
172 func (r *ErrorResponse) enrich(requestID string) { argument
177 return &ErrorResponse{Code: code, Message: message}
185 ErrorResponse anonMember
193 ErrorResponse: ErrorResponse{Code: ErrInvalidArgument, Message: message},
307 ErrorResponse anonMember
315 ErrorResponse{Code: code, Message: code.Message()},
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/johannesboyne/gofakes3/
H A Derror.go113 return &ErrorResponse{
120 return &ErrorResponse{
157 type ErrorResponse struct { struct
168 func (e *ErrorResponse) Error() string { argument
172 func (r *ErrorResponse) enrich(requestID string) { argument
177 return &ErrorResponse{Code: code, Message: message}
185 ErrorResponse anonMember
193 ErrorResponse: ErrorResponse{Code: ErrInvalidArgument, Message: message},
307 ErrorResponse anonMember
315 ErrorResponse{Code: code, Message: code.Message()},
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/johannesboyne/gofakes3/
H A Derror.go113 return &ErrorResponse{
120 return &ErrorResponse{
157 type ErrorResponse struct { struct
168 func (e *ErrorResponse) Error() string { argument
172 func (r *ErrorResponse) enrich(requestID string) { argument
177 return &ErrorResponse{Code: code, Message: message}
185 ErrorResponse anonMember
193 ErrorResponse: ErrorResponse{Code: ErrInvalidArgument, Message: message},
307 ErrorResponse anonMember
315 ErrorResponse{Code: code, Message: code.Message()},
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/builtin/credential/okta/
H A Dbackend.go66 return nil, logical.ErrorResponse("Okta auth method not configured"), nil, nil
111 return nil, logical.ErrorResponse(fmt.Sprintf("Okta auth failed: %v", err)), nil, nil
114 return nil, logical.ErrorResponse("okta auth method unexpected failure"), nil, nil
132 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
138 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
191 return nil, logical.ErrorResponse("okta auth backend unexpected failure"), nil, nil
212 return nil, logical.ErrorResponse("exiting pending mfa challenge"), nil, nil
215 return nil, logical.ErrorResponse("multi-factor authentication denied"), nil, nil
224 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
235 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/builtin/credential/okta/
H A Dbackend.go66 return nil, logical.ErrorResponse("Okta auth method not configured"), nil, nil
111 return nil, logical.ErrorResponse(fmt.Sprintf("Okta auth failed: %v", err)), nil, nil
114 return nil, logical.ErrorResponse("okta auth method unexpected failure"), nil, nil
132 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
138 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
191 return nil, logical.ErrorResponse("okta auth backend unexpected failure"), nil, nil
212 return nil, logical.ErrorResponse("exiting pending mfa challenge"), nil, nil
215 return nil, logical.ErrorResponse("multi-factor authentication denied"), nil, nil
224 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
235 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/builtin/credential/okta/
H A Dbackend.go66 return nil, logical.ErrorResponse("Okta auth method not configured"), nil, nil
111 return nil, logical.ErrorResponse(fmt.Sprintf("Okta auth failed: %v", err)), nil, nil
114 return nil, logical.ErrorResponse("okta auth method unexpected failure"), nil, nil
132 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
138 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
191 return nil, logical.ErrorResponse("okta auth backend unexpected failure"), nil, nil
212 return nil, logical.ErrorResponse("exiting pending mfa challenge"), nil, nil
215 return nil, logical.ErrorResponse("multi-factor authentication denied"), nil, nil
224 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
235 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/builtin/credential/okta/
H A Dbackend.go66 return nil, logical.ErrorResponse("Okta auth method not configured"), nil, nil
111 return nil, logical.ErrorResponse(fmt.Sprintf("Okta auth failed: %v", err)), nil, nil
114 return nil, logical.ErrorResponse("okta auth method unexpected failure"), nil, nil
132 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
138 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
191 return nil, logical.ErrorResponse("okta auth backend unexpected failure"), nil, nil
212 return nil, logical.ErrorResponse("exiting pending mfa challenge"), nil, nil
215 return nil, logical.ErrorResponse("multi-factor authentication denied"), nil, nil
224 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
235 return nil, logical.ErrorResponse("okta authentication failed"), nil, nil
[all …]

12345678910>>...234