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
|
||||
//go:build ignore
|
||||
|
||||
package grpc
|
||||
|
||||
|
2
error.go
2
error.go
@ -17,7 +17,7 @@ func microError(err error) error {
|
||||
|
||||
// fallback
|
||||
return &errors.Error{
|
||||
Id: "go.micro.client",
|
||||
ID: "go.micro.client",
|
||||
Code: 500,
|
||||
Detail: err.Error(),
|
||||
// Status: http.StatusInternalServerError,
|
||||
|
Loading…
Reference in New Issue
Block a user