_error = new QcloudApi_Common_Error($code, $message, $ext); return $this->_error; } /** * getError * 获取错误信息 * * @return object */ public function getError() { return $this->_error; } }