commonErrorCode = $commonErrorCode; } /** * @return string */ public function getCommonErrorCode() { return $this->commonErrorCode; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CrmlogErrorCode::class, 'Google_Service_Integrations_CrmlogErrorCode');