Home
last modified time | relevance | path

Searched defs:VersionMismatchError (Results 1 – 5 of 5) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/storage/
H A Derrors.go89 type VersionMismatchError struct { struct
90 old, new chat1.InboxVers
100 func (e VersionMismatchError) Error() string {
104 func (e VersionMismatchError) ShouldClear() bool {
108 func (e VersionMismatchError) Message() string {
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/requests_toolbelt/
H A Dexceptions.py10 class VersionMismatchError(Exception): class
/dports/www/py-requests-toolbelt/requests-toolbelt-0.9.1/requests_toolbelt/
H A Dexceptions.py10 class VersionMismatchError(Exception): class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/requests_toolbelt/requests_toolbelt/
H A Dexceptions.py10 class VersionMismatchError(Exception): class
/dports/databases/py-lmdb/lmdb-0.97/lmdb/
H A Dcffi.py417 class VersionMismatchError(Error): class