Merge branch 'master' into dependabot/go_modules/go.unistack.org/micro/v3-3.8.7
This commit is contained in:
commit
b1df3980e1
@ -1,4 +1,5 @@
|
|||||||
// +build ignore
|
// +build ignore
|
||||||
|
//go:build ignore
|
||||||
|
|
||||||
package grpc
|
package grpc
|
||||||
|
|
||||||
|
2
error.go
2
error.go
@ -17,7 +17,7 @@ func microError(err error) error {
|
|||||||
|
|
||||||
// fallback
|
// fallback
|
||||||
return &errors.Error{
|
return &errors.Error{
|
||||||
Id: "go.micro.client",
|
ID: "go.micro.client",
|
||||||
Code: 500,
|
Code: 500,
|
||||||
Detail: err.Error(),
|
Detail: err.Error(),
|
||||||
// Status: http.StatusInternalServerError,
|
// Status: http.StatusInternalServerError,
|
||||||
|
Loading…
Reference in New Issue
Block a user