v0.0.288 default to recursive-error-msg in exerr.Error()
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m54s

This commit is contained in:
2023-10-19 14:16:01 +02:00
parent 07cbcf5a0a
commit 7b8ab03779
4 changed files with 12 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ type ExErr struct {
}
func (ee *ExErr) Error() string {
return ee.Message
return ee.RecursiveMessage()
}
// Unwrap must be implemented so that some error.XXX methods work