completedWithErrors property

bool completedWithErrors

True if the attempt to push a local edit to a service resulted in errors, false otherwise.

Implementation

bool get completedWithErrors {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_EditResult_getCompletedWithErrors(
      _handle,
      errorHandler,
    );
  });
}