{"record":{"id":"a4365bd7423669cd","repo":"AlistGo/alist","slug":"result-message","errorCode":null,"errorMessage":"result.Message","messagePattern":"result\\.Message","errorType":"http","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/quqi/util.go","lineNumber":63,"sourceCode":"\tif d.GroupID != \"\" {\n\t\treq.SetQueryParam(\"quqiid\", d.GroupID)\n\t}\n\n\tif callback != nil {\n\t\tcallback(req)\n\t}\n\n\tres, err := req.Execute(method, reqUrl.String())\n\tif err != nil {\n\t\treturn nil, err\n\t}\n\t// resty.Request.SetResult cannot parse result correctly sometimes\n\terr = utils.Json.Unmarshal(res.Body(), &result)\n\tif err != nil {\n\t\treturn nil, err\n\t}\n\tif result.Code != 0 {\n\t\treturn nil, errors.New(result.Message)\n\t}\n\tif resp != nil {\n\t\terr = utils.Json.Unmarshal(res.Body(), resp)\n\t\tif err != nil {\n\t\t\treturn nil, err\n\t\t}\n\t}\n\treturn res, nil\n}\n\nfunc (d *Quqi) login() error {\n\tif d.Addition.Cookie != \"\" {\n\t\td.Cookie = d.Addition.Cookie\n\t}\n\tif d.checkLogin() {\n\t\treturn nil\n\t}\n\tif d.Cookie != \"\" {","sourceCodeStart":45,"sourceCodeEnd":81,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/quqi/util.go#L45-L81","documentation":"Error \"result.Message\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/quqi/util.go:63 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Check the storage configuration and the provider's service status, fix the indicated cause, and retry the operation."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"843d9dc8149126976b2625911e45a4d3ffd6f2f5","analyzedAt":"2026-08-15T12:14:11.722Z","schemaVersion":2},"datasetVersion":"2026-08-15T22:17:37.221Z"}