-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Return error code with RuntimeException. #6
Conversation
I'll add GHA in a PR this weekend. I'll try to rebase this PR afterwards so we can verify the test results here. 👍🏼 |
This brings parity with other storage adapters that already include the error code in exceptions. Signed-off-by: Ere Maijala <ere.maijala@helsinki.fi>
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
6ed5716
to
03ff1ef
Compare
Took me a bit but I've added GHA now, added a unit test for your changes and made the tests pass. 👍🏼 |
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
94f3641
to
6cbf0a9
Compare
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
@EreMaijala For integrity, I've passed the result code to the other |
@boesing Thanks, I appreciate your extra work and attention to detail. :) |
This brings parity with other storage adapters that already include the error code in exceptions.
Signed-off-by: Ere Maijala ere.maijala@helsinki.fi