errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setHttpStatusCode($httpStatusCode) { $this->httpStatusCode = $httpStatusCode; } public function getHttpStatusCode() { return $this->httpStatusCode; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }