mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Fix EOF error
This commit is contained in:
parent
e70272d79f
commit
2b9a8ee4cc
9 changed files with 184 additions and 110 deletions
|
@ -12,6 +12,8 @@ enum ErrCodes {
|
|||
PeerIsNotResponsible = 5;
|
||||
ReceiptIsInvalid = 6;
|
||||
InvalidPayload = 7;
|
||||
DuplicateRequest = 8;
|
||||
TooManyRequestsFromPeer = 9;
|
||||
ErrorOffset = 100;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue