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

Function error

src/common/isc_sync.cpp:2903–2917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2901
2902
2903static void error(CheckStatusWrapper* statusVector, const TEXT* string, ISC_STATUS status)
2904{
2905/**************************************
2906 *
2907 * e r r o r
2908 *
2909 **************************************
2910 *
2911 * Functional description
2912 * We've encountered an error, report it.
2913 *
2914 **************************************/
2915 (Arg::StatusVector(statusVector) <<
2916 Arg::Gds(isc_sys_request) << string << SYS_ERR(status)).copyTo(statusVector);
2917}

Callers 7

isc_sync.cppFile · 0.70
setlockMethod · 0.70
reportErrorFunction · 0.70
getSystemPageSizeMethod · 0.70
mapObjectMethod · 0.70
unmapObjectMethod · 0.70
remapFileMethod · 0.70

Calls 3

GdsClass · 0.85
StatusVectorClass · 0.70
copyToMethod · 0.45

Tested by

no test coverage detected