mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
coordinatorproto: ErrAclHeadIsMissing
This commit is contained in:
parent
36929fc83b
commit
ad704c85eb
1 changed files with 1 additions and 0 deletions
|
@ -17,4 +17,5 @@ var (
|
|||
ErrSpaceLimitReached = errGroup.Register(errors.New("space limit reached"), uint64(ErrorCodes_SpaceLimitReached))
|
||||
ErrAccountIsDeleted = errGroup.Register(errors.New("account is deleted"), uint64(ErrorCodes_AccountDeleted))
|
||||
ErrForbidden = errGroup.Register(errors.New("forbidden"), uint64(ErrorCodes_Forbidden))
|
||||
ErrAclHeadIsMissing = errGroup.Register(errors.New("acl head is missing"), uint64(ErrorCodes_AclHeadIsMissing))
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue