We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473a06b commit c9f6cc5Copy full SHA for c9f6cc5
src/common/errors.rs
@@ -113,10 +113,6 @@ pub enum Error {
113
inner: Box<Error>,
114
success_keys: Vec<Vec<u8>>,
115
},
116
- #[error("Keyspace is not enabled on the server, please enable it by setting `storage.api-version = 2`")]
117
- ServerKeyspaceNotEnabled,
118
- #[error("Keyspace is not enabled on the client, please enable it by `Config::with_default_keyspace()` or `Config::with_keyspace()`")]
119
- ClientKeyspaceNotEnabled,
120
}
121
122
impl From<crate::proto::errorpb::Error> for Error {
0 commit comments