googlegenomics / utils-java

Common Java files for Google Genomics integrations.
Apache License 2.0
5 stars 11 forks source link

differentiate between the types of gRPC permission denied errors #78

Open deflaux opened 8 years ago

deflaux commented 8 years ago

Differentiate between permission denied due to socket connect/read timeouts vs. actual permission failures and fail sooner in the later case. Right now in both of those cases the status code is the same, so we'll need to look at the message.