Skip to content

use App.transformUnhandledError 4 DB exception transformation

Pavel Mashliakovskiy requested to merge feat/DBErrorFmtInJS into master

in case of unhandled error in launchEndpoint (after transaction is rolled back) and if exception is not about security, server will call App.transformUnhandledError function what can transform exception text. Require @unitybase/ub@5.24

Merge request reports