Update errors.go
This commit is contained in:
parent
2173143b32
commit
07cb69fc23
1 changed files with 0 additions and 1 deletions
|
@ -183,7 +183,6 @@ func wrapErr(rErr *types.Error, err error) *types.Error {
|
||||||
Code: rErr.Code,
|
Code: rErr.Code,
|
||||||
Message: rErr.Message,
|
Message: rErr.Message,
|
||||||
Retriable: rErr.Retriable,
|
Retriable: rErr.Retriable,
|
||||||
|
|
||||||
}
|
}
|
||||||
if err != nil {
|
if err != nil {
|
||||||
newErr.Details = map[string]interface{}{
|
newErr.Details = map[string]interface{}{
|
||||||
|
|
Loading…
Reference in a new issue