Skip to content

Uninformative error description on UNIMPLEMENTED error in C++ SDK / CLI #12327

Open
@pnv1

Description

@pnv1
$ ydb -e grpc://localhost:2136 -d /local scheme describe v_1
<view> v_1
Status: CLIENT_CALL_UNIMPLEMENTED
Issues:
<main>: Error: GRpc error: (12):
<main>: Error: Grpc error response on endpoint localhost:2136

12 - grpc error code UNIMPLEMENTED
grpc error message is empty

Status = EStatus::CLIENT_CALL_UNIMPLEMENTED;

Would be good to have a message like "Couldn't execute DescribeView request on ViewService: unimplemented on server"

Metadata

Metadata

Assignees

Labels

area/cliCLI related issuesarea/sdkSDK or SDK integration issues like supporting different ORMs, libraries, etc

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions