hasErrors property

bool hasErrors

True if an error has been encountered synchronizing this layer or table, false otherwise.

Implementation

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