MCPcopy 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
42static void errPrint(IStatus* status)
43{
44 isc_print_status(status->getErrors());
45}
46
47static void raiseError(ThrowStatusWrapper& status, ISC_STATUS *vector)
48{

Callers 2

print_csFunction · 0.70
mainFunction · 0.70

Calls 1

getErrorsMethod · 0.45

Tested by

no test coverage detected