ioudas
Results
2
comments of
ioudas
We have the same problem with swagger-codegen. Classes inheriting from enum.
Looks like this was user error. The correct way to return a joined error is `temporal.NewApplicationErrorWithCause`. Otherwise it breaks `errors.As` / `errors.Is` matching.