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

Class CAPIException

tiledb/api/c_api_support/argument_validation.h:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39namespace tiledb::api {
40
41class CAPIException : public common::StatusException {
42 public:
43 explicit CAPIException(const std::string& message)
44 : StatusException("C API", message) {
45 }
46};
47// Legacy alias to forestall massive sudden code change
48using CAPIStatusException = CAPIException;
49

Calls

no outgoing calls

Tested by

no test coverage detected