API reference / @evolu/common / local-first/Protocol / ProtocolVersionError

Interface: ProtocolVersionError

Defined in: packages/common/src/local-first/Protocol.ts:385

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/local-first/Protocol.ts:389
ownerIdreadonlystring & Brand<"Id"> & Brand<"OwnerId">-BaseOwnerError.ownerIdpackages/common/src/local-first/Owner.ts:388
typereadonly"ProtocolVersionError"--packages/common/src/local-first/Protocol.ts:386
versionreadonlynumber & Brand<"Int"> & Brand<"NonNegative">--packages/common/src/local-first/Protocol.ts:387

Was this page helpful?