mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-08 23:08:09 -05:00
fetch protocol: added Error status code.
This commit is contained in:
@@ -100,6 +100,7 @@ message FetchResponse {
|
||||
enum StatusCode {
|
||||
OK = 0;
|
||||
NOT_FOUND = 1;
|
||||
ERROR = 2;
|
||||
}
|
||||
bytes data = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user