AbsaOSS / fa-db

Functional Access to Database
Apache License 2.0
3 stars 0 forks source link

Add the ability to retrieve status code of a function on non-error return #115

Closed lsulak closed 5 months ago

lsulak commented 10 months ago

Background

Currently, from Scala, we only can retrieve resulting status code and status text of a given called function when there is an error, so we can work with error status codes, but we can't work with the success status codes - this might be important if we want to use it in Scala for some business logic or so.