raw = $data; $this->errorCode = $data['code']; } public function getErrorCode() { return $this->errorCode; } public function getRaw() { return $this->raw; } } ?>