mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-01-02 14:13:08 +00:00
feat: Added missing HistoryResponse Error codes, introduced by Rate Limiting (#21)
* Added missing HistoryResponse Error codes, introduced by Rate Limiting non relay protocol * Found I misstyped name of the Error code (already fixed in jswaku))
This commit is contained in:
parent
eb17d5032f
commit
0751e39289
@ -43,6 +43,8 @@ message HistoryResponse {
|
||||
enum Error {
|
||||
NONE = 0;
|
||||
INVALID_CURSOR = 1;
|
||||
TOO_MANY_REQUESTS = 429;
|
||||
SERVICE_UNAVAILABLE = 503;
|
||||
}
|
||||
Error error = 4;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user