{"record":{"id":"a0a4340fbe48e0c1","repo":"AlistGo/alist","slug":"move-failed-s","errorCode":null,"errorMessage":"move failed: %s","messagePattern":"move failed: (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/bitqiu/driver.go","lineNumber":293,"sourceCode":"\t\tswitch resp.Code {\n\t\tcase successCode:\n\t\t\tdstPath := \"\"\n\t\t\tif dstDir != nil {\n\t\t\t\tdstPath = dstDir.GetPath()\n\t\t\t}\n\t\t\tif setter, ok := srcObj.(model.SetPath); ok {\n\t\t\t\tsetter.SetPath(path.Join(dstPath, srcObj.GetName()))\n\t\t\t}\n\t\t\tif o, ok := srcObj.(*Object); ok {\n\t\t\t\to.ParentID = targetParentID\n\t\t\t}\n\t\t\treturn srcObj, nil\n\t\tcase \"10401\", \"10404\":\n\t\t\tif err := d.login(ctx); err != nil {\n\t\t\t\treturn nil, err\n\t\t\t}\n\t\tdefault:\n\t\t\treturn nil, fmt.Errorf(\"move failed: %s\", resp.Message)\n\t\t}\n\t}\n\treturn nil, fmt.Errorf(\"move failed: retry limit reached\")\n}\n\nfunc (d *BitQiu) Rename(ctx context.Context, srcObj model.Obj, newName string) (model.Obj, error) {\n\tif d.userID == \"\" {\n\t\tif err := d.login(ctx); err != nil {\n\t\t\treturn nil, err\n\t\t}\n\t}\n\n\tform := map[string]string{\n\t\t\"resourceId\":  srcObj.GetID(),\n\t\t\"name\":        newName,\n\t\t\"type\":        \"0\",\n\t\t\"org_channel\": orgChannel,\n\t}","sourceCodeStart":275,"sourceCodeEnd":311,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/bitqiu/driver.go#L275-L311","documentation":"Error \"move failed: %s\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/bitqiu/driver.go:293 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Inspect the underlying error details in the message, fix the indicated cause (credentials, network, or provider-side failure), and retry."],"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-15T17:31:12.345Z"}