Home
last modified time | relevance | path

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

12

/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Derrors.go48 …return fmt.Sprintf("FoundationDB error code %d (%s)", e.Code, C.GoString(C.fdb_get_error(C.fdb_err…
H A Dfdb.go210 …ntf("Unhandled error in FoundationDB network thread: %v (%v)\n", C.GoString(C.fdb_get_error(e)), e)
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Derrors.go48 …return fmt.Sprintf("FoundationDB error code %d (%s)", e.Code, C.GoString(C.fdb_get_error(C.fdb_err…
H A Dfdb.go210 …ntf("Unhandled error in FoundationDB network thread: %v (%v)\n", C.GoString(C.fdb_get_error(e)), e)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Derrors.go48 …return fmt.Sprintf("FoundationDB error code %d (%s)", e.Code, C.GoString(C.fdb_get_error(C.fdb_err…
H A Dfdb.go210 …ntf("Unhandled error in FoundationDB network thread: %v (%v)\n", C.GoString(C.fdb_get_error(e)), e)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Derrors.go48 …return fmt.Sprintf("FoundationDB error code %d (%s)", e.Code, C.GoString(C.fdb_get_error(C.fdb_err…
H A Dfdb.go210 …ntf("Unhandled error in FoundationDB network thread: %v (%v)\n", C.GoString(C.fdb_get_error(e)), e)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Derrors.go48 …return fmt.Sprintf("FoundationDB error code %d (%s)", e.Code, C.GoString(C.fdb_get_error(C.fdb_err…
H A Dfdb.go210 …ntf("Unhandled error in FoundationDB network thread: %v (%v)\n", C.GoString(C.fdb_get_error(e)), e)
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Derrors.go48 …return fmt.Sprintf("FoundationDB error code %d (%s)", e.Code, C.GoString(C.fdb_get_error(C.fdb_err…
H A Dfdb.go210 …ntf("Unhandled error in FoundationDB network thread: %v (%v)\n", C.GoString(C.fdb_get_error(e)), e)
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Derrors.go48 …return fmt.Sprintf("FoundationDB error code %d (%s)", e.Code, C.GoString(C.fdb_get_error(C.fdb_err…
H A Dfdb.go210 …ntf("Unhandled error in FoundationDB network thread: %v (%v)\n", C.GoString(C.fdb_get_error(e)), e)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Derrors.go48 …return fmt.Sprintf("FoundationDB error code %d (%s)", e.Code, C.GoString(C.fdb_get_error(C.fdb_err…
H A Dfdb.go210 …ntf("Unhandled error in FoundationDB network thread: %v (%v)\n", C.GoString(C.fdb_get_error(e)), e)
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Derrors.go48 …return fmt.Sprintf("FoundationDB error code %d (%s)", e.Code, C.GoString(C.fdb_get_error(C.fdb_err…
H A Dfdb.go210 …ntf("Unhandled error in FoundationDB network thread: %v (%v)\n", C.GoString(C.fdb_get_error(e)), e)
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Derrors.go48 …return fmt.Sprintf("FoundationDB error code %d (%s)", e.Code, C.GoString(C.fdb_get_error(C.fdb_err…
H A Dfdb.go210 …ntf("Unhandled error in FoundationDB network thread: %v (%v)\n", C.GoString(C.fdb_get_error(e)), e)
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/c/test/
H A Dtest.h189 sprintf(msg, "Error in %s: %s", context, fdb_get_error(err)); in getError()
213 sprintf(msg, "Error in %s: %s", context, fdb_get_error(err)); in logError()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/c/foundationdb/
H A Dfdb_c.h72 fdb_get_error( fdb_error_t code );
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/python/fdb/
H A Dimpl.py311 self._description = _capi.fdb_get_error(self.code)
1316 _capi.fdb_get_error.argtypes = [ctypes.c_int]
1317 _capi.fdb_get_error.restype = ctypes.c_char_p
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/c/
H A Dfdb_c.cpp62 const char *fdb_get_error( fdb_error_t code ) { in fdb_get_error() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/ruby/lib/
H A Dfdbimpl.rb289 @description = FDBC.fdb_get_error(@code)

12