hasErrors property

bool hasErrors

True if there is at least one layer or table that could not be taken offline, false otherwise.

Implementation

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