You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Should add Detail to serilised response
Framework version: 0.13.4
Go version: 1.22
Additional context The documentation website mentions an Info() method with incomplete type signature. errors.go mentions an ErrorWithInfo interface, but such interface seems not be part of the codebase. I haven't looked through the repo history for it in case it's deleted unintentionally, but I'd be happy to work on a PR to add it.
The text was updated successfully, but these errors were encountered:
To Reproduce
Steps to reproduce the behavior:
Info()
from controllerDetail
is missing from the responseExpected behavior
Should add
Detail
to serilised responseFramework version: 0.13.4
Go version: 1.22
Additional context
The documentation website mentions an
Info()
method with incomplete type signature. errors.go mentions anErrorWithInfo
interface, but such interface seems not be part of the codebase. I haven't looked through the repo history for it in case it's deleted unintentionally, but I'd be happy to work on a PR to add it.The text was updated successfully, but these errors were encountered: