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

Interface: ProtocolUnsupportedVersionError

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

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:424
ownerIdreadonlystring & Brand<"Id"> & Brand<"OwnerId">-ProtocolErrorBase.ownerIdpackages/common/src/Evolu/Protocol.ts:413
typereadonly"ProtocolUnsupportedVersionError"--packages/common/src/Evolu/Protocol.ts:421
unsupportedVersionreadonlynumber & Brand<"Int"> & Brand<"NonNegative">--packages/common/src/Evolu/Protocol.ts:422

Was this page helpful?