You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scylla/src/errors.rs
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -111,14 +111,6 @@ pub enum ExecutionError {
111
111
/// 'USE KEYSPACE <>' request failed.
112
112
#[error("'USE KEYSPACE <>' request failed: {0}")]
113
113
UseKeyspaceError(#[from]UseKeyspaceError),
114
-
115
-
// TODO: This should not belong here, but it requires changes to error types
116
-
// returned in async iterator API. This should be handled in separate PR.
117
-
// The reason this needs to be included is that topology.rs makes use of iter API and returns ExecutionError.
118
-
// Once iter API is adjusted, we can then adjust errors returned by topology module (e.g. refactor MetadataError and not include it in ExecutionError).
119
-
/// An error occurred during async iteration over rows of result.
120
-
#[error("Failed to fetch next page of the result: {0}")]
0 commit comments