b2-sdk-java
b2-sdk-java copied to clipboard
B2JsonDurationHandler should throw for invalid input
Right now, B2JsonDurationHandler will return a null value instead of throwing a B2Exception when it gets invalid input. It should throw a B2JsonBadValueException instead.
We might want to wait for a major release to make this change in behavior.