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
Property | Modifier | Type | Description | Defined in |
---|---|---|---|---|
isInitiator | readonly | boolean | Indicates which side is obsolete and should update. | packages/common/src/Evolu/Protocol.ts:378 |
type | readonly | "ProtocolUnsupportedVersionError" | - | packages/common/src/Evolu/Protocol.ts:375 |
unsupportedVersion | readonly | number & Brand <"Int" > & Brand <"NonNegative" > | - | packages/common/src/Evolu/Protocol.ts:376 |