Skip to content

Commit

Permalink
fix: error code overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed Apr 29, 2022
1 parent 8ab0fe0 commit 3b16d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/serializer/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ const (
// CodeBatchSourceSize 超出批量获取外链限制
CodeBatchSourceSize = 40014
// CodeBatchAria2Size 超出最大 Aria2 任务数量限制
CodeBatchAria2Size = 40012
CodeBatchAria2Size = 40015
// CodeParentNotExist 父目录不存在
CodeParentNotExist = 40013
CodeParentNotExist = 40016
// CodeDBError 数据库操作失败
CodeDBError = 50001
// CodeEncryptError 加密失败
Expand Down

0 comments on commit 3b16d7d

Please sign in to comment.