{"record":{"id":"1af93b1e1f0907a3","repo":"AlistGo/alist","slug":"e-errordescription","errorCode":null,"errorMessage":"e.ErrorDescription","messagePattern":"e\\.ErrorDescription","errorType":"http","errorClass":null,"httpStatus":null,"severity":"error","filePath":"drivers/pikpak/util.go","lineNumber":299,"sourceCode":"\t\treturn nil, err\n\t}\n\n\tswitch e.ErrorCode {\n\tcase 0:\n\t\treturn res.Body(), nil\n\tcase 4122, 4121, 16:\n\t\t// access_token 过期\n\t\tif err1 := d.refreshToken(d.RefreshToken); err1 != nil {\n\t\t\treturn nil, err1\n\t\t}\n\t\treturn d.request(url, method, callback, resp)\n\tcase 9: // 验证码token过期\n\t\tif err = d.RefreshCaptchaTokenAtLogin(GetAction(method, url), d.GetUserID()); err != nil {\n\t\t\treturn nil, err\n\t\t}\n\t\treturn d.request(url, method, callback, resp)\n\tcase 10: // 操作频繁\n\t\treturn nil, errors.New(e.ErrorDescription)\n\tdefault:\n\t\treturn nil, errors.New(e.Error())\n\t}\n}\n\nfunc (d *PikPak) getFiles(id string) ([]File, error) {\n\tres := make([]File, 0)\n\tpageToken := \"first\"\n\tfor pageToken != \"\" {\n\t\tif pageToken == \"first\" {\n\t\t\tpageToken = \"\"\n\t\t}\n\t\tquery := map[string]string{\n\t\t\t\"parent_id\":      id,\n\t\t\t\"thumbnail_size\": \"SIZE_LARGE\",\n\t\t\t\"with_audit\":     \"true\",\n\t\t\t\"limit\":          \"100\",\n\t\t\t\"filters\":        `{\"phase\":{\"eq\":\"PHASE_TYPE_COMPLETE\"},\"trashed\":{\"eq\":false}}`,","sourceCodeStart":281,"sourceCodeEnd":317,"githubUrl":"https://github.com/AlistGo/alist/blob/843d9dc8149126976b2625911e45a4d3ffd6f2f5/drivers/pikpak/util.go#L281-L317","documentation":"Error \"e.ErrorDescription\" thrown in AlistGo/alist.","triggerScenarios":"Thrown at drivers/pikpak/util.go:299 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"}