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

Interface: ProtocolUnsupportedVersionError

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

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

Properties

PropertyModifierTypeDescriptionDefined in
isInitiatorreadonlybooleanIndicates which side is obsolete and should update.packages/common/src/Evolu/Protocol.ts:378
typereadonly"ProtocolUnsupportedVersionError"-packages/common/src/Evolu/Protocol.ts:375
unsupportedVersionreadonlynumber & Brand<"Int"> & Brand<"NonNegative">-packages/common/src/Evolu/Protocol.ts:376

Was this page helpful?