API reference / @evolu/common / Evolu/Protocol / ProtocolUnsupportedVersionError

Interface: ProtocolUnsupportedVersionError

Defined in: packages/common/src/Evolu/Protocol.ts:416

Represents a version mismatch in the Evolu Protocol. Occurs when the initiator and non-initiator are using incompatible protocol versions.

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
isInitiatorreadonlybooleanIndicates which side is obsolete and should update.-packages/common/src/Evolu/Protocol.ts:420
ownerIdreadonlystring & Brand<"Id"> & Brand<"OwnerId">-ProtocolErrorBase.ownerIdpackages/common/src/Evolu/Protocol.ts:409
typereadonly"ProtocolUnsupportedVersionError"--packages/common/src/Evolu/Protocol.ts:417
unsupportedVersionreadonlynumber & Brand<"Int"> & Brand<"NonNegative">--packages/common/src/Evolu/Protocol.ts:418

Was this page helpful?