Skip to content
Snippets Groups Projects
Commit a4a8727a authored by Steven Murray's avatar Steven Murray
Browse files

Added missing ERROR value to eos::wfe::Wrapper::Type enum

parent dc0db6f6
No related branches found
No related tags found
No related merge requests found
......@@ -108,7 +108,7 @@ message Error {
// contents. The type field of this wrapper message provides the required
// metadata.
message Wrapper {
enum Type {NONE = 0; NOTIFICATION = 1; XATTR = 2; TAPEREPLICA = 3;}
enum Type {NONE = 0; ERROR = 1; NOTIFICATION = 2; XATTR = 3; TAPEREPLICA = 4;}
Type type = 1; //< Default value is NONE
Error error = 2;
Notification notification = 3;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment