Home
last modified time | relevance | path

Searched refs:statusError (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/go-kivik/kivik/errors/
H A Derrors.go14 type statusError struct { struct
21 func (se *statusError) MarshalJSON() ([]byte, error) { argument
28 func (se *statusError) Error() string { argument
33 func (se *statusError) StatusCode() int { argument
38 func (se *statusError) Reason() string { argument
50 return &statusError{
58 return &statusError{
H A Derrors_test.go16 result := e.(*statusError)
17 expected := &statusError{
53 err: &statusError{statusCode: http.StatusNotFound, message: "no_db_file"},
58 err: &statusError{statusCode: 999, message: "somethin' bad happened"},
63 …err: &statusError{statusCode: http.StatusUnauthorized, message: "You are not a server admin."…
68 …err: &statusError{statusCode: http.StatusPreconditionFailed, message: "The database could not…
88 err := &statusError{statusCode: status, message: msg}
124 expected := &statusError{
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/flimzy/kivik/errors/
H A Derrors.go21 type statusError struct { struct
28 func (se *statusError) MarshalJSON() ([]byte, error) { argument
35 func (se *statusError) Error() string { argument
40 func (se *statusError) StatusCode() int { argument
45 func (se *statusError) Reason() string { argument
102 return &statusError{
110 return &statusError{
H A Derrors_test.go14 result := e.(*statusError)
15 expected := &statusError{
44 err: &statusError{statusCode: http.StatusNotFound, message: "no_db_file"},
49 err: &statusError{statusCode: 999, message: "somethin' bad happened"},
54 …err: &statusError{statusCode: http.StatusUnauthorized, message: "You are not a server admin."…
59 …err: &statusError{statusCode: http.StatusPreconditionFailed, message: "The database could not…
94 err: &statusError{statusCode: 400, message: "foo"},
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/status/
H A Dstatus.go55 type statusError spb.Status type
57 func (se *statusError) Error() string {
62 func (se *statusError) status() *Status {
102 return (*statusError)(s.s)
141 if s, ok := err.(*statusError); ok {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/google.golang.org/grpc/status/
H A Dstatus.go55 type statusError spb.Status type
57 func (se *statusError) Error() string {
62 func (se *statusError) status() *Status {
93 return (*statusError)(s.s)
132 if s, ok := err.(*statusError); ok {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/status/
H A Dstatus.go55 type statusError spb.Status type
57 func (se *statusError) Error() string {
62 func (se *statusError) status() *Status {
102 return (*statusError)(s.s)
141 if s, ok := err.(*statusError); ok {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/google.golang.org/grpc/status/
H A Dstatus.go55 type statusError spb.Status type
57 func (se *statusError) Error() string {
62 func (se *statusError) status() *Status {
102 return (*statusError)(s.s)
141 if s, ok := err.(*statusError); ok {
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-jwt/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-ad/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/www/pomerium/pomerium-0.8.3/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-secrets-azure/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/containerd/containerd/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/sysutils/consul/consul-1.10.3/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/audio/murmur-cli/murmur-cli-8f83169/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/net/concourse-fly/concourse-6.7.1/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/google.golang.org/grpc/status/
H A Dstatus.go50 type statusError spb.Status type
52 func (se *statusError) Error() string {
57 func (se *statusError) GRPCStatus() *Status {
63 func (se *statusError) Is(target error) bool {
64 tse, ok := target.(*statusError)
108 return (*statusError)(s.s)

12345678910>>...15