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 d9d322b commit 9a16d53Copy full SHA for 9a16d53
bindings/cpp/src/dynamic_vamana_index.cpp
@@ -135,8 +135,9 @@ Status DynamicVamanaIndex::check_storage_kind(StorageKind storage_kind) noexcept
135
}
136
return supported ? Status_Ok
137
: Status(
138
- ErrorCode::NOT_IMPLEMENTED,
139
- "Requested storage kind is not supported by CPU"
+ ErrorCode::INVALID_ARGUMENT,
+ "The specified storage kind is not compatible with the "
140
+ "DynamicVamanaIndex"
141
);
142
143
0 commit comments