Replies: 1 comment 2 replies
-
What is your use case? if we also provide something like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to start a discussion regarding the choice and use of Exceptions for the results of a number of methods in the SDK.
For example:
I would like to understand the design choice here to provide a
bool
for Duplicate but not one forSuccess
and instead rely on throwing of an Exception?Beta Was this translation helpful? Give feedback.
All reactions