jpmorganchase / fusion-java-sdk

A Java SDK for the Fusion platform API
https://fusion.jpmorgan.com
Other
11 stars 10 forks source link

0.0.6 Candidate Release Issues #43

Open knighto82 opened 1 year ago

knighto82 commented 1 year ago

Ticket to correct issues discovered during release candidate testing.

### Tasks
- [x] Null pointer when using invalid token
- [x] Update of documentation on how to construct Fusion Object
- [x] Report back details of 4xx errors from fusion-api i.e. header validation failures
martinmcclintock commented 1 year ago

Had another user with similar issues on the 4xx errors. They have suggested that it would be good if the upload methods returned details of the operation instead of being void.

e.g.: filename, status code, is error, error reason

Not sure that fits with our model of throwing an exception instead, we should probably discuss and agree the right way forward