errorCode = $errorCode; } /** * Get the error code. * * @return string */ public function getErrorCode() { return $this->errorCode; } }