Added missing HistoryResponse Error codes, introduced by Rate Limiting non relay protocol

This commit is contained in:
NagyZoltanPeter 2024-04-10 16:03:33 +02:00
parent eb17d5032f
commit 2c241bc04e
No known key found for this signature in database
GPG Key ID: 16EADB9673B65368

View File

@ -43,6 +43,8 @@ message HistoryResponse {
enum Error {
NONE = 0;
INVALID_CURSOR = 1;
TOO_MANY_RESULTS = 429;
SERVICE_UNAVAILABLE = 503;
}
Error error = 4;
}