Skip to content
Snippets Groups Projects
Verified Commit eb4ccbfb authored by Timm Fitschen's avatar Timm Fitschen
Browse files

add errors, warnings, infos to RetrieveResponse

parent f2588df9
No related branches found
No related tags found
No related merge requests found
Pipeline #10651 passed
......@@ -125,6 +125,12 @@ message ByIdRequest {
message RetrieveResponse {
// Payload of the retrieval
Entity entity = 1;
// Transaction errors.
repeated Message errors = 2;
// Transaction warnings.
repeated Message warnings = 3;
// Transaction info messages.
repeated Message infos = 4;
}
// Wrapper for different kinds of retrievals (currently, only by ID). We need
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment