Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
namespace {
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_HANDLE
Function · 0.85
send
Method · 0.85
startAndSend
Method · 0.85
Calls
2
Gds
Class · 0.85
raise
Method · 0.45
Tested by
no test coverage detected