mirror of
https://github.com/logos-messaging/waku-proto.git
synced 2026-01-03 22:53:12 +00:00
Found I misstyped name of the Error code (already fixed in jswaku))
This commit is contained in:
parent
2c241bc04e
commit
db136a5a1c
@ -43,7 +43,7 @@ message HistoryResponse {
|
||||
enum Error {
|
||||
NONE = 0;
|
||||
INVALID_CURSOR = 1;
|
||||
TOO_MANY_RESULTS = 429;
|
||||
TOO_MANY_REQUESTS = 429;
|
||||
SERVICE_UNAVAILABLE = 503;
|
||||
}
|
||||
Error error = 4;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user