Skip to content

Commit c9f6cc5

Browse files
committed
fix
1 parent 473a06b commit c9f6cc5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/common/errors.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ pub enum Error {
113113
inner: Box<Error>,
114114
success_keys: Vec<Vec<u8>>,
115115
},
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,
120116
}
121117

122118
impl From<crate::proto::errorpb::Error> for Error {

0 commit comments

Comments
 (0)