/**
  * @param string $description
  */
 public function setDescription($description)
 {
     $this->description = USPSExceptionDataUtil::normalizeErrorDescription($description);
 }