setErrorMessage($errorMessage); $this->setErrorType('Server'); $this->httpStatus = $httpStatus; $this->requestId = $requestId; } /** * @return string */ public function getHttpStatus() { return $this->httpStatus; } /** * @return string */ public function getRequestId() { return $this->requestId; } }