errorClass = $errorClass; } /** * @return string */ public function getErrorClass() { return $this->errorClass; } public function setErrorRatio($errorRatio) { $this->errorRatio = $errorRatio; } public function getErrorRatio() { return $this->errorRatio; } /** * @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(DeliveryError::class, 'Google_Service_PostmasterTools_DeliveryError');