mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-01-07 08:33:10 +00:00
Added missing HistoryResponse Error codes, introduced by Rate Limiting non relay protocol
This commit is contained in:
parent
eb17d5032f
commit
2c241bc04e
@ -43,6 +43,8 @@ message HistoryResponse {
|
||||
enum Error {
|
||||
NONE = 0;
|
||||
INVALID_CURSOR = 1;
|
||||
TOO_MANY_RESULTS = 429;
|
||||
SERVICE_UNAVAILABLE = 503;
|
||||
}
|
||||
Error error = 4;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user