ydb-platform / ydb-java-sdk

YDB Java SDK
https://ydb.tech
Apache License 2.0
36 stars 18 forks source link

Incorrect convertation Grpc statuses to CLIENT_INTERNAL_ERROR #253

Closed alex268 closed 3 months ago

alex268 commented 5 months ago

Right now few grpc statuses are converting to the corresponding StatusCodes, but all others are converting to CLIENT_INTERNAL_ERROR. This code is designed to describe client-side error, not server-side (like all grpc statuses expect of UNAVAILABLE)