hasErrors property

bool hasErrors

Indicates if an error has been encountered synchronizing this layer or table.

Implementation

bool get hasErrors {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_OfflineMapSyncLayerResult_getHasErrors(
        _handle, errorHandler);
  });
}