incompatibility property

SyncIncompatibility? get incompatibility

Why the server refused this build, or null while it has not.

Once it is set the client is done: connect gives up at once and no reconnect is scheduled, because no retry can change the answer. Show it to the user — it means the app has to be updated.

Implementation

SyncIncompatibility? get incompatibility => _incompatibility;