isSuccessful method

bool isSuccessful()

Implementation

bool isSuccessful() {
  return !hasError();
}