Skip to content

Commit d99bd0c

Browse files
Google APIscopybara-github
authored andcommitted
feat: add new abort cause to the abort info
PiperOrigin-RevId: 460906411
1 parent c6dddef commit d99bd0c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/networkmanagement/v1beta1/trace.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,9 @@ message AbortInfo {
742742
// Aborted because the destination network does not match the destination
743743
// endpoint.
744744
MISMATCHED_DESTINATION_NETWORK = 14;
745+
746+
// Aborted because the test scenario is not supported.
747+
UNSUPPORTED = 15;
745748
}
746749

747750
// Causes that the analysis is aborted.

0 commit comments

Comments
 (0)