v0.0.252
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m5s
Some checks failed
Build Docker and Deploy / Run goext test-suite (push) Failing after 1m5s
This commit is contained in:
parent
b5ca475b3f
commit
6d3bd13f61
@ -207,7 +207,7 @@ func Error(e error) HTTPResponse {
|
||||
|
||||
func ErrWrap(e error, errorType exerr.ErrorType, msg string) HTTPResponse {
|
||||
return &jsonAPIErrResponse{
|
||||
err: exerr.FromError(exerr.Wrap(e, msg).WithStackSkip(2).WithType(errorType).Build()),
|
||||
err: exerr.FromError(exerr.Wrap(e, msg).WithStackSkip(3).WithType(errorType).Build()),
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
package goext
|
||||
|
||||
const GoextVersion = "0.0.251"
|
||||
const GoextVersion = "0.0.252"
|
||||
|
||||
const GoextVersionTimestamp = "2023-08-22T10:21:13+0200"
|
||||
const GoextVersionTimestamp = "2023-08-22T10:23:04+0200"
|
||||
|
Loading…
Reference in New Issue
Block a user