hasErrors property

bool hasErrors

Indicates that there is at least one layer or table that could not be taken offline.

Implementation

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