Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/internal/
H A Derror.go36 func UnwrapError(err error) error { func
40 return UnwrapError(tErr.Inner())
42 return UnwrapError(tErr.errors[0])
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/go.mongodb.org/mongo-driver/internal/
H A Derror.go36 func UnwrapError(err error) error { func
40 return UnwrapError(tErr.Inner())
42 return UnwrapError(tErr.errors[0])
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-mongodbatlas/vendor/go.mongodb.org/mongo-driver/internal/
H A Derror.go36 func UnwrapError(err error) error { func
40 return UnwrapError(tErr.Inner())
42 return UnwrapError(tErr.errors[0])
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/internal/
H A Derror.go36 func UnwrapError(err error) error { func
40 return UnwrapError(tErr.Inner())
42 return UnwrapError(tErr.errors[0])
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/internal/
H A Derror.go36 func UnwrapError(err error) error { func
40 return UnwrapError(tErr.Inner())
42 return UnwrapError(tErr.errors[0])
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/internal/
H A Derror.go36 func UnwrapError(err error) error { func
40 return UnwrapError(tErr.Inner())
42 return UnwrapError(tErr.errors[0])
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/internal/
H A Derror.go36 func UnwrapError(err error) error { func
40 return UnwrapError(tErr.Inner())
42 return UnwrapError(tErr.errors[0])
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/internal/
H A Derror.go36 func UnwrapError(err error) error { func
40 return UnwrapError(tErr.Inner())
42 return UnwrapError(tErr.errors[0])
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/python/
H A Dpyarrow.cc37 static Status UnwrapError(PyObject* obj, const char* expected_type) { in UnwrapError() function
58 return UnwrapError(obj, #TYPE_NAME); \
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Dpyarrow.cc37 static Status UnwrapError(PyObject* obj, const char* expected_type) { in UnwrapError() function
58 return UnwrapError(obj, #TYPE_NAME); \
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/python/
H A Dpyarrow.cc37 static Status UnwrapError(PyObject* obj, const char* expected_type) { in UnwrapError() function
58 return UnwrapError(obj, #TYPE_NAME); \
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/FiloSottile/b2/
H A Ddownload.go19 if e, ok := UnwrapError(err); ok && e.Status == http.StatusUnauthorized {
42 if e, ok := UnwrapError(err); ok && e.Status == http.StatusUnauthorized {
H A Db2.go71 func UnwrapError(err error) (b2Err *Error, ok bool) { func
244 if e, ok := UnwrapError(err); ok && e.Status == http.StatusUnauthorized {
H A Dupload.go61 if err, ok := UnwrapError(err); ok && err.Status == http.StatusUnauthorized {
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/pkg/probe/
H A Dwrapper.go32 func UnwrapError(err error) (*Error, bool) { func
H A Dprobe_test.go63 _, ok := probe.UnwrapError(e)
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-framed-msgpack-rpc/rpc/
H A Dprotocol.go79 UnwrapError(arg interface{}) (appError error, dispatchError error) methodSpec
H A Dconnection_test_util.go103 func (eu testErrorUnwrapper) UnwrapError(arg interface{}) (appError error, dispatchError error) { func
H A Dmessage.go216 r.responseErr, r.err = r.c.errorUnwrapper.UnwrapError(responseErr)
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dkbfs_service.go29 func (eu KBFSErrorUnwrapper) UnwrapError(arg interface{}) (appError error, func
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsblock/
H A Dserver_errors.go295 func (eu ServerErrorUnwrapper) UnwrapError(arg interface{}) (appError error, dispatchError error) { func
/dports/misc/perkeep/perkeep-0.11/pkg/blobserver/b2/
H A Db2.go189 if err, ok := b2.UnwrapError(err); ok && err.Status == 404 {
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsmd/
H A Dserver_errors.go428 func (eu ServerErrorUnwrapper) UnwrapError(arg interface{}) (appError error, dispatchError error) { func
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Drpc_exim.go221 func (c ErrorUnwrapper) UnwrapError(arg interface{}) (appError error, dispatchError error) { func
/dports/security/keybase/client-v5.7.1/go/protocol/keybase1/
H A Dextras.go1320 func (eu ErrorUnwrapper) UnwrapError(arg interface{}) (appError, dispatchError error) { func