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

Method error_message

tiledb/sm/cpp_api/error.h:90–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 const std::string error_message() {
91 const char* msg = nullptr;
92 tiledb_error_message(error_.get(), &msg);
93 if (msg == nullptr)
94 return std::string();
95 else
96 return std::string(msg);
97 }
98
99 private:
100 /* ********************************* */

Callers 1

mainFunction · 0.80

Calls 2

tiledb_error_messageFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected