Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lsulak opened this issue Feb 5, 2024 · 0 comments · Fixed by #120
Closed

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

lsulak opened this issue Feb 5, 2024 · 0 comments · Fixed by #120
Labels
enhancement New feature or request

Comments

@lsulak
Copy link
Collaborator

lsulak commented Feb 5, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants