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
* add panic package and handler code
* add panic handler to panic call sites
* remove bool return from handlers, use variable to control crash
* removed some handlers and refactored others to return an error instead
* changed Get to return an error instead removing the panic completely
* return error instead of panicing
* support for mapping panic to error return
* add error return for pem block
---------
Co-authored-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
Co-authored-by: Uwe Krueger <uwe.krueger@sap.com>
What would you like to be added:
Implement, or research what it takes to implement, the panic ADR located here.
Why is this needed:
The text was updated successfully, but these errors were encountered: