API reference / @evolu/common / Evolu/Protocol / ProtocolUnsupportedVersionError
Interface: ProtocolUnsupportedVersionError
Defined in: packages/common/src/Evolu/Protocol.ts:372
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:376 |
ownerId | readonly | string & Brand<"Id"> & Brand<"OwnerId"> | - | ProtocolErrorBase.ownerId | packages/common/src/Evolu/Protocol.ts:365 |
type | readonly | "ProtocolUnsupportedVersionError" | - | - | packages/common/src/Evolu/Protocol.ts:373 |
unsupportedVersion | readonly | number & Brand<"Int"> & Brand<"NonNegative"> | - | - | packages/common/src/Evolu/Protocol.ts:374 |