Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kooksee committed Jan 17, 2024
1 parent f9cf0bc commit 9ae45e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errors/errutil/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ func ParseError(err error) *errorpb.Error {
return &errorpb.Error{
Code: &errorpb.ErrCode{
Message: err.Error(),
StatusCode: errorpb.Code_Internal,
Name: "lava.internal",
StatusCode: errorpb.Code_Unknown,
Name: "lava.error.unknown",
},
Trace: &errorpb.ErrTrace{
Service: version.Project(),
Expand Down

0 comments on commit 9ae45e6

Please sign in to comment.