MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / handle_error

Function handle_error

src/remote/client/interface.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106namespace {
107 void handle_error(ISC_STATUS code)
108 {
109 Arg::Gds(code).raise();
110 }
111
112 template <typename T>
113 inline void CHECK_HANDLE(T* blk, ISC_STATUS error)

Callers 3

CHECK_HANDLEFunction · 0.85
sendMethod · 0.85
startAndSendMethod · 0.85

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected