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

Function Status_VFSFileHandleError

tiledb/common/exception/status.h:354–356  ·  view source on GitHub ↗

Return a VFSFileHandle error class Status with a given message **/

Source from the content-addressed store, hash-verified

352}
353/** Return a VFSFileHandle error class Status with a given message **/
354inline Status Status_VFSFileHandleError(const std::string& msg) {
355 return {"[TileDB::VFSFileHandle] Error", msg};
356}
357/** Return a Status_SubarrayError error class Status with a given message **/
358inline Status Status_SubarrayError(const std::string& msg) {
359 return {"[TileDB::Subarray] Error", msg};

Callers 4

closeMethod · 0.85
readMethod · 0.85
syncMethod · 0.85
writeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected