ydb-java-sdk
ydb-java-sdk copied to clipboard
Incorrect convertation Grpc statuses to CLIENT_INTERNAL_ERROR
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)