We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f0669 commit 9835f52Copy full SHA for 9835f52
pkg/common/utils.go
@@ -98,7 +98,7 @@ var (
98
http.StatusBadRequest: codes.InvalidArgument,
99
http.StatusTooManyRequests: codes.ResourceExhausted,
100
http.StatusNotFound: codes.NotFound,
101
- http.StatusConflict: codes.FailedPrecondition,
+ // http.StatusConflict: codes.FailedPrecondition,
102
}
103
104
// Regular expressions for validating parent_id, key and value of a resource tag.
0 commit comments