Home
last modified time | relevance | path

Searched defs:SearchError (Results 1 – 25 of 33) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Derror_search.go5 type SearchError struct { struct
6 InnerError error `json:"-"`
7 Query interface{} `json:"query,omitempty"`
8 Endpoint string `json:"endpoint,omitempty"`
9 RetryReasons []RetryReason `json:"retry_reasons,omitempty"`
10 RetryAttempts uint32 `json:"retry_attempts,omitempty"`
11 ErrorText string `json:"error_text"`
12 IndexName string `json:"index_name,omitempty"`
16 func (e SearchError) Error() string {
21 func (e SearchError) Unwrap() error {
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Derror_search.go5 type SearchError struct { struct
6 InnerError error `json:"-"`
7 Query interface{} `json:"query,omitempty"`
8 Endpoint string `json:"endpoint,omitempty"`
9 RetryReasons []RetryReason `json:"retry_reasons,omitempty"`
10 RetryAttempts uint32 `json:"retry_attempts,omitempty"`
11 ErrorText string `json:"error_text"`
12 IndexName string `json:"index_name,omitempty"`
16 func (e SearchError) Error() string {
21 func (e SearchError) Unwrap() error {
/dports/www/gitea/gitea-1.16.5/modules/structs/
H A Dmiscellaneous.go14 type SearchError struct { struct
15 OK bool `json:"ok"`
16 Error string `json:"error"`
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocbcore/v9/
H A Derrors_internal.go171 type SearchError struct { struct
172 InnerError error `json:"-"`
173 IndexName string `json:"index_name,omitempty"`
174 Query interface{} `json:"query,omitempty"`
175 ErrorText string `json:"error_text"`
176 HTTPResponseCode int `json:"status_code,omitempty"`
177 Endpoint string `json:"endpoint,omitempty"`
178 RetryReasons []RetryReason `json:"retry_reasons,omitempty"`
179 RetryAttempts uint32 `json:"retry_attempts,omitempty"`
183 func (e SearchError) Error() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocbcore/v9/
H A Derrors_internal.go171 type SearchError struct { struct
172 InnerError error `json:"-"`
173 IndexName string `json:"index_name,omitempty"`
174 Query interface{} `json:"query,omitempty"`
175 ErrorText string `json:"error_text"`
176 HTTPResponseCode int `json:"status_code,omitempty"`
177 Endpoint string `json:"endpoint,omitempty"`
178 RetryReasons []RetryReason `json:"retry_reasons,omitempty"`
179 RetryAttempts uint32 `json:"retry_attempts,omitempty"`
183 func (e SearchError) Error() string {
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/xappy/
H A Derrors.py36 class SearchError(SearchEngineError): class
/dports/deskutils/just/just-0.10.5/src/
H A Dsearch_error.rs5 pub(crate) enum SearchError { enum
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp48 SearchError = 901, // add + found or remove + not found enumerator
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp48 SearchError = 901, // add + found or remove + not found enumerator
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp48 SearchError = 901, // add + found or remove + not found enumerator
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp48 SearchError = 901, // add + found or remove + not found enumerator
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp48 SearchError = 901, // add + found or remove + not found enumerator
/dports/devel/py-pymisp/pymisp-2.4.128/pymisp/
H A Dexceptions.py26 class SearchError(PyMISPError): class
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp39 SearchError = 901, // add + found or remove + not found enumerator
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp50 SearchError = 901, // add + found or remove + not found enumerator
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp50 SearchError = 901, // add + found or remove + not found enumerator
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp50 SearchError = 901, // add + found or remove + not found enumerator
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp50 SearchError = 901, // add + found or remove + not found enumerator
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp50 SearchError = 901, // add + found or remove + not found enumerator
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/include/kernel/signaldata/
H A DTuxMaint.hpp50 SearchError = 901, // add + found or remove + not found enumerator
/dports/math/cantor/cantor-21.12.3/src/
H A Dworksheetentry.h94 enum SearchFlag {SearchCommand=1, SearchResult=2, SearchError=4, enumerator
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/tools/console/
H A Dflowview.py21 class SearchError(Exception): class
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/dtf/v20200506/
H A Dmodels.go36 SearchError *bool `json:"SearchError,omitempty" name:"SearchError"` member
/dports/sysutils/terraform/tencentcloud-sdk-go-1.0.233/tencentcloud/dtf/v20200506/
H A Dmodels.go36 SearchError *bool `json:"SearchError,omitempty" name:"SearchError"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/Azure/azure-sdk-for-go/services/operationalinsights/mgmt/2015-03-20/operationalinsights/
H A Dmodels.go288 type SearchError struct { struct
290 Type *string `json:"type,omitempty"`
292 Message *string `json:"message,omitempty"`

12