Skip to content

Commit

Permalink
added SECRET_MARKED_FOR_DELETION error
Browse files Browse the repository at this point in the history
  • Loading branch information
l-loic committed Feb 21, 2024
1 parent 5486997 commit b15b90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protos/secret.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ enum SecretError {
SECRET_NO_ERROR = 0;
SECRET_ALREADY_EXISTS = 1;
SECRET_NOT_FOUND = 2;
SECRET_MARKED_FOR_DELETION = 3;
}

message SecretResponseError {
Expand Down

0 comments on commit b15b90c

Please sign in to comment.