Details
-
Task
-
Resolution: Unresolved
-
Major
-
None
Description
Most of the Scala functions in the SDK return a Try. This is okay to work with, but then it should be documented which exceptions have actually been wrapped by the Try, so it can be pattern matched by the SDK's users.
At the moment, users are forced to look up the Java SDK to see what exceptions can be thrown.