mirror of
				https://github.com/cloudreve/cloudreve.git
				synced 2025-11-01 00:57:15 +08:00 
			
		
		
		
	Fix: standardize the use of error codes related to login credentials
This commit is contained in:
		| @ -52,6 +52,8 @@ const ( | ||||
| 	CodeNotFound = 404 | ||||
| 	// CodeUploadFailed 上传出错 | ||||
| 	CodeUploadFailed = 40002 | ||||
| 	// CodeCredentialInvalid 凭证无效 | ||||
| 	CodeCredentialInvalid = 40001 | ||||
| 	// CodeCreateFolderFailed 目录创建失败 | ||||
| 	CodeCreateFolderFailed = 40003 | ||||
| 	// CodeObjectExist 对象已存在 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 HFO4
					HFO4