Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StreamOperationResponse ¶
type StreamOperationResponse interface { GetStatus() Ydb.StatusIds_StatusCode GetIssues() []*Ydb_Issue.IssueMessage }
StreamOperationResponse is an interface that provides access to the API-specific response fields.
NOTE: YDB API currently does not provide generic response wrapper as it does with RPC API. Thus wee need to generalize it by the hand using this interface.
This generalization is needed for checking status codes and issues in one place.
Click to show internal directories.
Click to hide internal directories.