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

Interface: ProtocolUnsupportedVersionError

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

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:419
ownerIdreadonlystring & Brand<"Id"> & Brand<"OwnerId">-ProtocolErrorBase.ownerIdpackages/common/src/Evolu/Protocol.ts:408
typereadonly"ProtocolUnsupportedVersionError"--packages/common/src/Evolu/Protocol.ts:416
unsupportedVersionreadonlynumber & Brand<"Int"> & Brand<"NonNegative">--packages/common/src/Evolu/Protocol.ts:417

Was this page helpful?