MCPcopy Create free account
hub / github.com/dmlc/treelite / APIErrorEntry

Class APIErrorEntry

src/c_api/c_api_error.cc:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace treelite::c_api {
15
16struct APIErrorEntry {
17 std::string last_error;
18 std::string version_str;
19};
20
21using APIErrorStore = ThreadLocalStore<APIErrorEntry>;
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected