Searched defs:VersionMismatchError (Results 1 – 5 of 5) sorted by relevance
89 type VersionMismatchError struct { struct90 old, new chat1.InboxVers100 func (e VersionMismatchError) Error() string {104 func (e VersionMismatchError) ShouldClear() bool {108 func (e VersionMismatchError) Message() string {
10 class VersionMismatchError(Exception): class
417 class VersionMismatchError(Error): class