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
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
isInitiator | readonly | boolean | Indicates which side is obsolete and should update. | - | packages/common/src/Evolu/Protocol.ts:424 |
ownerId | readonly | string & Brand <"Id" > & Brand <"OwnerId" > | - | ProtocolErrorBase .ownerId | packages/common/src/Evolu/Protocol.ts:413 |
type | readonly | "ProtocolUnsupportedVersionError" | - | - | packages/common/src/Evolu/Protocol.ts:421 |
unsupportedVersion | readonly | number & Brand <"Int" > & Brand <"NonNegative" > | - | - | packages/common/src/Evolu/Protocol.ts:422 |