isError method

bool isError()

Implementation

bool isError() {
  return error.isNotEmpty;
}