Skip to content

Commit

Permalink
Revert additional error reporting
Browse files Browse the repository at this point in the history
This can happen as part of the regular grpc error
  • Loading branch information
DavidS-ovm committed Sep 20, 2023
1 parent 0bd785a commit bf51d25
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions account.proto
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,6 @@ message KeepaliveSourcesRequest {
bool waitForHealthy = 1;
}
message KeepaliveSourcesResponse {
// returns true if any of the sources did not come up in time
bool failed = 1;

// returns an indication of why not all sources were healthy
string error = 2;
}

message CreateTokenRequest {
Expand Down

0 comments on commit bf51d25

Please sign in to comment.