File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,12 @@ const (
26
26
// server expects a payment.
27
27
GRPCErrCode = codes .Internal
28
28
29
- // GRPCErrCodeNew is the new error code we receive for a "402 payment
30
- // required" error since google.golang.org/grpc v1.41.0.
29
+ // GRPCErrCodeNew is the new error code we received for a "402 payment
30
+ // required" error with version google.golang.org/grpc v1.41.0. This
31
+ // error should not really be returned by any aperture instance since
32
+ // we never deployed any version with google.golang.org/grpc v1.41.0 in
33
+ // the wild as there were other issues with it as well. So this is just
34
+ // here for completeness and shouldn't be used.
31
35
GRPCErrCodeNew = codes .Unknown
32
36
33
37
// GRPCErrMessage is the error message we receive from a gRPC call in
You can’t perform that action at this time.
0 commit comments