/** * Returns whether the operation completed and didn't have any error or * warnings * * @return bool */ public function isGood() { return $this->sv->isGood(); }