Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/couchbase/gocb/v2/
H A Derror_keyvalue.go7 type KeyValueError struct { struct
8 InnerError error `json:"-"`
9 StatusCode memd.StatusCode `json:"status_code,omitempty"`
10 BucketName string `json:"bucket,omitempty"`
11 ScopeName string `json:"scope,omitempty"`
12 CollectionName string `json:"collection,omitempty"`
16 Opaque uint32 `json:"opaque,omitempty"`
17 Context string `json:"context,omitempty"`
18 Ref string `json:"ref,omitempty"`
27 func (e KeyValueError) Error() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocb/v2/
H A Derror_keyvalue.go7 type KeyValueError struct { struct
8 InnerError error `json:"-"`
9 StatusCode memd.StatusCode `json:"status_code,omitempty"`
10 BucketName string `json:"bucket,omitempty"`
11 ScopeName string `json:"scope,omitempty"`
12 CollectionName string `json:"collection,omitempty"`
16 Opaque uint32 `json:"opaque,omitempty"`
17 Context string `json:"context,omitempty"`
18 Ref string `json:"ref,omitempty"`
27 func (e KeyValueError) Error() string {
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/kvstore/src/
H A Derror.rs14 pub enum KeyValueError { enum
58 impl From<nsresult> for KeyValueError { implementation
59 fn from(result: nsresult) -> KeyValueError { in from()
84 impl From<IoError> for KeyValueError { implementation
85 fn from(err: IoError) -> KeyValueError { in from()
90 impl From<StoreError> for KeyValueError { implementation
91 fn from(err: StoreError) -> KeyValueError { in from()
96 impl From<MigrateError> for KeyValueError { implementation
102 impl From<Utf8Error> for KeyValueError { implementation
103 fn from(err: Utf8Error) -> KeyValueError { in from()
[all …]
H A Downed_value.rs12 pub fn owned_to_variant(owned: OwnedValue) -> Result<RefPtr<nsIVariant>, KeyValueError> { in owned_to_variant() argument
30 pub fn variant_to_owned(variant: &nsIVariant) -> Result<Option<OwnedValue>, KeyValueError> { in variant_to_owned() argument
H A Dlib.rs151 ) -> Result<RefPtr<KeyValueDatabase>, KeyValueError> { in new() argument
340 fn has_more_elements(&self) -> Result<bool, KeyValueError> { in has_more_elements() argument
346 fn get_next(&self) -> Result<RefPtr<nsIKeyValuePair>, KeyValueError> { in get_next() argument
377 fn get_key(&self) -> Result<nsCString, KeyValueError> { in get_key() argument
381 fn get_value(&self) -> Result<RefPtr<nsIVariant>, KeyValueError> { in get_value() argument
H A Dtask.rs181 fn convert(&self, result: RkvStoreTuple) -> Result<RefPtr<KeyValueDatabase>, KeyValueError> { in convert() argument
417 fn convert(&self, result: Option<OwnedValue>) -> Result<RefPtr<nsIVariant>, KeyValueError> { in convert() argument
473 fn convert(&self, result: bool) -> Result<RefPtr<nsIVariant>, KeyValueError> { in convert() argument
617 ) -> Result<RefPtr<KeyValueEnumerator>, KeyValueError> { in convert() argument
/dports/net/krill/krill-0.9.4/src/commons/eventsourcing/
H A Dkv.rs124 pub fn has(&self, key: &KeyStoreKey) -> Result<bool, KeyValueError> { in has() argument
138 pub fn drop_scope(&self, scope: &str) -> Result<(), KeyValueError> { in drop_scope() argument
152 pub fn archive(&self, key: &KeyStoreKey) -> Result<(), KeyValueError> { in archive() argument
172 pub fn scopes(&self) -> Result<Vec<String>, KeyValueError> { in scopes() argument
207 pub fn version(&self) -> Result<KrillVersion, KeyValueError> { in version() argument
346 pub fn drop_scope(&self, scope: &str) -> Result<(), KeyValueError> { in drop_scope() argument
396 fn scopes(&self) -> Result<Vec<String>, KeyValueError> { in scopes() argument
482 pub enum KeyValueError { enum
489 impl From<KrillIoError> for KeyValueError { implementation
495 impl From<serde_json::Error> for KeyValueError { implementation
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/kvstore/src/
H A Derror.rs15 pub enum KeyValueError { enum
59 impl From<nsresult> for KeyValueError { implementation
60 fn from(result: nsresult) -> KeyValueError { in from()
85 impl<T> From<PoisonError<T>> for KeyValueError { implementation
86 fn from(_err: PoisonError<T>) -> KeyValueError { in from()
H A Downed_value.rs12 pub fn owned_to_variant(owned: OwnedValue) -> Result<RefPtr<nsIVariant>, KeyValueError> { in owned_to_variant() argument
30 pub fn variant_to_owned(variant: &nsIVariant) -> Result<Option<OwnedValue>, KeyValueError> { in variant_to_owned() argument
H A Dlib.rs144 ) -> Result<RefPtr<KeyValueDatabase>, KeyValueError> { in new() argument
333 fn has_more_elements(&self) -> Result<bool, KeyValueError> { in has_more_elements() argument
339 fn get_next(&self) -> Result<RefPtr<nsIKeyValuePair>, KeyValueError> { in get_next() argument
370 fn get_key(&self) -> Result<nsCString, KeyValueError> { in get_key() argument
374 fn get_value(&self) -> Result<RefPtr<nsIVariant>, KeyValueError> { in get_value() argument
H A Dtask.rs185 fn convert(&self, result: RkvStoreTuple) -> Result<RefPtr<KeyValueDatabase>, KeyValueError> { in convert() argument
424 fn convert(&self, result: Option<OwnedValue>) -> Result<RefPtr<nsIVariant>, KeyValueError> { in convert() argument
480 fn convert(&self, result: bool) -> Result<RefPtr<nsIVariant>, KeyValueError> { in convert() argument
624 ) -> Result<RefPtr<KeyValueEnumerator>, KeyValueError> { in convert() argument
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/kvstore/src/
H A Derror.rs15 pub enum KeyValueError { enum
59 impl From<nsresult> for KeyValueError { implementation
60 fn from(result: nsresult) -> KeyValueError { in from()
85 impl<T> From<PoisonError<T>> for KeyValueError { implementation
86 fn from(_err: PoisonError<T>) -> KeyValueError { in from()
H A Downed_value.rs12 pub fn owned_to_variant(owned: OwnedValue) -> Result<RefPtr<nsIVariant>, KeyValueError> { in owned_to_variant() argument
30 pub fn variant_to_owned(variant: &nsIVariant) -> Result<Option<OwnedValue>, KeyValueError> { in variant_to_owned() argument
H A Dlib.rs149 ) -> Result<RefPtr<KeyValueDatabase>, KeyValueError> { in new() argument
338 fn has_more_elements(&self) -> Result<bool, KeyValueError> { in has_more_elements() argument
344 fn get_next(&self) -> Result<RefPtr<nsIKeyValuePair>, KeyValueError> { in get_next() argument
375 fn get_key(&self) -> Result<nsCString, KeyValueError> { in get_key() argument
379 fn get_value(&self) -> Result<RefPtr<nsIVariant>, KeyValueError> { in get_value() argument
H A Dtask.rs185 fn convert(&self, result: RkvStoreTuple) -> Result<RefPtr<KeyValueDatabase>, KeyValueError> { in convert() argument
425 fn convert(&self, result: Option<OwnedValue>) -> Result<RefPtr<nsIVariant>, KeyValueError> { in convert() argument
481 fn convert(&self, result: bool) -> Result<RefPtr<nsIVariant>, KeyValueError> { in convert() argument
625 ) -> Result<RefPtr<KeyValueEnumerator>, KeyValueError> { in convert() argument
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/kvstore/src/
H A Derror.rs15 pub enum KeyValueError { enum
59 impl From<nsresult> for KeyValueError { implementation
60 fn from(result: nsresult) -> KeyValueError { in from()
85 impl<T> From<PoisonError<T>> for KeyValueError { implementation
86 fn from(_err: PoisonError<T>) -> KeyValueError { in from()
H A Downed_value.rs12 pub fn owned_to_variant(owned: OwnedValue) -> Result<RefPtr<nsIVariant>, KeyValueError> { in owned_to_variant() argument
30 pub fn variant_to_owned(variant: &nsIVariant) -> Result<Option<OwnedValue>, KeyValueError> { in variant_to_owned() argument
H A Dlib.rs149 ) -> Result<RefPtr<KeyValueDatabase>, KeyValueError> { in new() argument
338 fn has_more_elements(&self) -> Result<bool, KeyValueError> { in has_more_elements() argument
344 fn get_next(&self) -> Result<RefPtr<nsIKeyValuePair>, KeyValueError> { in get_next() argument
375 fn get_key(&self) -> Result<nsCString, KeyValueError> { in get_key() argument
379 fn get_value(&self) -> Result<RefPtr<nsIVariant>, KeyValueError> { in get_value() argument
H A Dtask.rs185 fn convert(&self, result: RkvStoreTuple) -> Result<RefPtr<KeyValueDatabase>, KeyValueError> { in convert() argument
425 fn convert(&self, result: Option<OwnedValue>) -> Result<RefPtr<nsIVariant>, KeyValueError> { in convert() argument
481 fn convert(&self, result: bool) -> Result<RefPtr<nsIVariant>, KeyValueError> { in convert() argument
625 ) -> Result<RefPtr<KeyValueEnumerator>, KeyValueError> { in convert() argument
/dports/net/termshark/termshark-2.1.1/vendor/github.com/gcla/gowid/
H A Dutils.go42 type KeyValueError struct { struct
43 Base error
44 KeyVals map[string]interface{}
50 func (e KeyValueError) Error() string {
58 func (e KeyValueError) Cause() 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.go60 type KeyValueError struct { struct
61 InnerError error `json:"-"`
63 BucketName string `json:"bucket,omitempty"`
64 ScopeName string `json:"scope,omitempty"`
65 CollectionName string `json:"collection,omitempty"`
67 ErrorName string `json:"error_name,omitempty"`
69 Opaque uint32 `json:"opaque,omitempty"`
70 Context string `json:"context,omitempty"`
71 Ref string `json:"ref,omitempty"`
80 func (e KeyValueError) Error() string {
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/couchbase/gocbcore/v9/
H A Derrors_internal.go60 type KeyValueError struct { struct
61 InnerError error `json:"-"`
63 BucketName string `json:"bucket,omitempty"`
64 ScopeName string `json:"scope,omitempty"`
65 CollectionName string `json:"collection,omitempty"`
67 ErrorName string `json:"error_name,omitempty"`
69 Opaque uint32 `json:"opaque,omitempty"`
70 Context string `json:"context,omitempty"`
71 Ref string `json:"ref,omitempty"`
80 func (e KeyValueError) Error() string {
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/pre-ghc86/
H A DT10934.hs16 data KeyValueError = MissingValue type
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A DT10934.hs16 data KeyValueError = MissingValue type
/dports/net/krill/krill-0.9.4/src/commons/
H A Derror.rs174 KeyValueError(KeyValueError), enumerator