clearError method

void clearError()

Clear server error

Implementation

void clearError() {
  _error.clear();
}