Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ errPrint
Function
errPrint
examples/interfaces/12.batch_isc.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
// output error message to user
41
42
static void errPrint(IStatus* status)
43
{
44
isc_print_status(status->getErrors());
45
}
46
47
static void raiseError(ThrowStatusWrapper& status, ISC_STATUS *vector)
48
{
Callers
2
print_cs
Function · 0.70
main
Function · 0.70
Calls
1
getErrors
Method · 0.45
Tested by
no test coverage detected