/**
  * Was there a server side error?
  *
  * @return bool
  *
  * @api
  */
 public function isServerError()
 {
     return parent::isServerError();
 }