Mage_Shipping_Model_Rate_Result_Error Class Reference

Inheritance diagram for Mage_Shipping_Model_Rate_Result_Error:

Mage_Shipping_Model_Rate_Result_Abstract Varien_Object

List of all members.

Public Member Functions

 getErrorMessage ()


Detailed Description

Definition at line 28 of file Error.php.


Member Function Documentation

getErrorMessage (  ) 

Definition at line 31 of file Error.php.

00032     {
00033         if (!$this->getData('error_message')) {
00034             $this->setData('error_message', Mage::helper('shipping')->__('This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.'));
00035         }
00036         return $this->getData('error_message');
00037     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:24:52 2009 for Magento by  doxygen 1.5.8