account = $account; } /** * @return UserInfo */ public function getAccount() { return $this->account; } /** * @param string */ public function setErrorType($errorType) { $this->errorType = $errorType; } /** * @return string */ public function getErrorType() { return $this->errorType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountCountError::class, 'Google_Service_Vault_AccountCountError');