/** * Add an error message * * @param string $error The error message */ public function setError($error) { return $this->adapter->setError($error); }