Will Droste

Results 5 comments of Will Droste

Its been a while is there any updates to the status of this ticket?

I would say this is a duplicate of #360

@Nicole00 I'm confused, the error codes are present in the code however, the exception thrown from library does *not* contain the code or a clarifying exception. getSessionWrapper() ``` // create...

This is a common pattern in the library code it throws a lot of plain RuntimeException with out passing the error code or a clarifying exception. Basically taking AuthFailedException and...

Applied this to project and then used `checkstyle:check` to verify and they are different. ``` com.diffplug.spotless spotless-maven-plugin ${spotless.version} apply compile 1.15.0 AOSP ```