We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69beab3 commit 50c11b8Copy full SHA for 50c11b8
interceptors/protovalidate/protovalidate.go
@@ -88,5 +88,5 @@ func validateMsg(m interface{}, validator *protovalidate.Validator, opts *option
88
return ds.Err()
89
}
90
// CEL expression doesn't compile or type-check.
91
- return status.Error(codes.Unknown, err.Error())
+ return status.Error(codes.Internal, err.Error())
92
0 commit comments