MCPcopy Create free account
hub / github.com/TileDB-Inc/TileDB / SchemaMismatch

Class SchemaMismatch

tiledb/sm/cpp_api/exception.h:60–64  ·  view source on GitHub ↗

Exception indicating the requested operation does not match array schema **/

Source from the content-addressed store, hash-verified

58
59/** Exception indicating the requested operation does not match array schema **/
60struct SchemaMismatch : public TileDBError {
61 SchemaMismatch(const std::string& msg)
62 : TileDBError(msg) {
63 }
64};
65
66/** Error related to attributes **/
67struct AttributeError : public TileDBError {

Callers 1

SubarrayClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected