Home
last modified time | relevance | path

Searched defs:APIError (Results 1 – 25 of 1192) sorted by relevance

12345678910>>...48

/dports/security/lego/lego-4.5.3/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/client-v1/
H A Derrors.go13 type APIError struct { struct
14 error
15 Type string `json:"type"`
16 Title string `json:"title"`
17 Status int `json:"status"`
18 Detail string `json:"detail"`
19 Errors []APIErrorDetail `json:"errors"`
22 Method string `json:"method"`
27 Response *http.Response `json:"-"`
28 RawBody string `json:"-"`
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/akamai/AkamaiOPEN-edgegrid-golang/client-v1/
H A Derrors.go13 type APIError struct { struct
14 error
15 Type string `json:"type"`
16 Title string `json:"title"`
17 Status int `json:"status"`
18 Detail string `json:"detail"`
19 Errors []APIErrorDetail `json:"errors"`
22 Method string `json:"method"`
27 Response *http.Response `json:"-"`
28 RawBody string `json:"-"`
[all …]
/dports/www/gohugo/gax-go-2.1.1/v2/apierror/
H A Dapierror.go154 type APIError struct { struct
155 err error
156 status *status.Status
157 httpErr *googleapi.Error
158 details ErrDetails
162 func (a *APIError) Details() ErrDetails {
167 func (a *APIError) Unwrap() error {
172 func (a *APIError) Error() string {
187 func (a *APIError) GRPCStatus() *status.Status {
193 func (a *APIError) Reason() string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/googleapis/gax-go/v2/apierror/
H A Dapierror.go154 type APIError struct { struct
155 err error
156 status *status.Status
157 httpErr *googleapi.Error
158 details ErrDetails
162 func (a *APIError) Details() ErrDetails {
167 func (a *APIError) Unwrap() error {
172 func (a *APIError) Error() string {
187 func (a *APIError) GRPCStatus() *status.Status {
193 func (a *APIError) Reason() string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/googleapis/gax-go/v2/apierror/
H A Dapierror.go154 type APIError struct { struct
155 err error
156 status *status.Status
157 httpErr *googleapi.Error
158 details ErrDetails
162 func (a *APIError) Details() ErrDetails {
167 func (a *APIError) Unwrap() error {
172 func (a *APIError) Error() string {
187 func (a *APIError) GRPCStatus() *status.Status {
193 func (a *APIError) Reason() string {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/googleapis/gax-go/v2/apierror/
H A Dapierror.go154 type APIError struct { struct
155 err error
156 status *status.Status
157 httpErr *googleapi.Error
158 details ErrDetails
162 func (a *APIError) Details() ErrDetails {
167 func (a *APIError) Unwrap() error {
172 func (a *APIError) Error() string {
187 func (a *APIError) GRPCStatus() *status.Status {
193 func (a *APIError) Reason() string {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/googleapis/gax-go/v2/apierror/
H A Dapierror.go154 type APIError struct { struct
155 err error
156 status *status.Status
157 httpErr *googleapi.Error
158 details ErrDetails
162 func (a *APIError) Details() ErrDetails {
167 func (a *APIError) Unwrap() error {
172 func (a *APIError) Error() string {
187 func (a *APIError) GRPCStatus() *status.Status {
193 func (a *APIError) Reason() string {
[all …]
/dports/www/tusd/tusd-1.8.0/vendor/github.com/googleapis/gax-go/v2/apierror/
H A Dapierror.go154 type APIError struct { struct
155 err error
156 status *status.Status
157 httpErr *googleapi.Error
158 details ErrDetails
162 func (a *APIError) Details() ErrDetails {
167 func (a *APIError) Unwrap() error {
172 func (a *APIError) Error() string {
187 func (a *APIError) GRPCStatus() *status.Status {
193 func (a *APIError) Reason() string {
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/googleapis/gax-go/v2/apierror/
H A Dapierror.go154 type APIError struct { struct
155 err error
156 status *status.Status
157 httpErr *googleapi.Error
158 details ErrDetails
162 func (a *APIError) Details() ErrDetails {
167 func (a *APIError) Unwrap() error {
172 func (a *APIError) Error() string {
187 func (a *APIError) GRPCStatus() *status.Status {
193 func (a *APIError) Reason() string {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/ovh/go-ovh/ovh/
H A Derror.go6 type APIError struct { struct
8 Message string
10 Code int
12 QueryID string
15 func (err *APIError) Error() string {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/ovh/go-ovh/ovh/
H A Derror.go6 type APIError struct { struct
8 Message string
10 Code int
12 QueryID string
15 func (err *APIError) Error() string {
/dports/www/beehive/beehive-0.4.0/vendor/github.com/minio/minio-go/
H A Dtest-utils_test.go31 type APIError struct { struct
32 Code string
33 Description string
34 HTTPStatusCode int
38 func generateErrorResponse(resp *http.Response, APIErr APIError, bucketName string) *http.Response {
51 func getAPIErrorResponse(err APIError, bucketName string) ErrorResponse {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/minio/minio-go/v6/
H A Dtest-utils_test.go31 type APIError struct { struct
32 Code string
33 Description string
34 HTTPStatusCode int
38 func generateErrorResponse(resp *http.Response, APIErr APIError, bucketName string) *http.Response {
51 func getAPIErrorResponse(err APIError, bucketName string) ErrorResponse {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/minio/minio-go/v7/
H A Dtest-utils_test.go31 type APIError struct { struct
32 Code string
33 Description string
34 HTTPStatusCode int
38 func generateErrorResponse(resp *http.Response, APIErr APIError, bucketName string) *http.Response {
51 func getAPIErrorResponse(err APIError, bucketName string) ErrorResponse {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/minio/minio-go/v6/minio-go-6.0.57/
H A Dtest-utils_test.go31 type APIError struct { struct
32 Code string
33 Description string
34 HTTPStatusCode int
38 func generateErrorResponse(resp *http.Response, APIErr APIError, bucketName string) *http.Response {
51 func getAPIErrorResponse(err APIError, bucketName string) ErrorResponse {
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/minio/minio-go/v7/
H A Dtest-utils_test.go31 type APIError struct { struct
32 Code string
33 Description string
34 HTTPStatusCode int
38 func generateErrorResponse(resp *http.Response, APIErr APIError, bucketName string) *http.Response {
51 func getAPIErrorResponse(err APIError, bucketName string) ErrorResponse {
/dports/dns/blocky/blocky-0.17/vendor/github.com/swaggo/swag/testdata/struct_comment/web/
H A Dhandler.go18 type APIError struct { struct
20 Error string // Error this is Line comment
22 ErrorNo int64
23 ErrorCtx string // Error `context` tick comment
24 CreatedAt time.Time // Error time
/dports/www/beehive/beehive-0.4.0/vendor/github.com/muesli/smolder/
H A Derrors.go16 type APIError struct { struct
17 Code int `json:"statusCode"`
18 InternalError bool `json:"internalerror,omitempty"`
19 Msg string `json:"detail"`
20 Source struct {
23 Context string `json:"context,omitempty"`
/dports/sysutils/sensu-go/sensu-go-5.11.1/cli/client/
H A Derror.go13 type APIError struct { struct
14 Message string `json:"message"`
15 Code uint32 `json:"code,omitempty"`
18 func (a APIError) Error() string {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/dropbox/dropbox-sdk-go-unofficial/v6/dropbox/team/
H A Dclient.go398 dropbox.APIError anonMember
436 dropbox.APIError anonMember
474 dropbox.APIError anonMember
515 dropbox.APIError anonMember
549 dropbox.APIError anonMember
587 dropbox.APIError anonMember
625 dropbox.APIError anonMember
663 dropbox.APIError anonMember
701 dropbox.APIError anonMember
739 dropbox.APIError anonMember
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/nrdcg/desec/
H A Derrors.go20 type APIError struct { struct
21 StatusCode int
22 err error
25 func (e APIError) Error() string {
30 func (e APIError) Unwrap() error {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/nrdcg/desec/
H A Derrors.go20 type APIError struct { struct
21 StatusCode int
22 err error
25 func (e APIError) Error() string {
30 func (e APIError) Unwrap() error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/go-openapi/runtime/
H A Dclient_response.go57 type APIError struct { struct
58 OperationName string
59 Response interface{}
60 Code int
63 func (a *APIError) Error() string {
68 func (a *APIError) String() string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/runtime/
H A Dclient_response.go57 type APIError struct { struct
58 OperationName string
59 Response interface{}
60 Code int
63 func (a *APIError) Error() string {
68 func (a *APIError) String() string {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/go-openapi/runtime/
H A Dclient_response.go57 type APIError struct { struct
58 OperationName string
59 Response interface{}
60 Code int
63 func (a *APIError) Error() string {
68 func (a *APIError) String() string {

12345678910>>...48