setErrorMessage($errorMessage); $this->setErrorType("Server"); $this->httpStatus = $httpStatus; $this->requestId = $requestId; } public function getHttpStatus() { return $this->httpStatus; } public function getRequestId() { return $this->requestId; } }