mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-23 21:44:41 +02:00
add MultiError type (#2297)
This commit is contained in:
@@ -8,3 +8,7 @@ message Error {
|
||||
string detail = 3;
|
||||
string status = 4;
|
||||
};
|
||||
|
||||
message MultiError {
|
||||
repeated Error errors = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user