/**
  * {@inheritDoc}
  */
 public function getErrorCodes(\XLite\Model\Order $order = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getErrorCodes', array($order));
     return parent::getErrorCodes($order);
 }