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

Function BURP_error_redirect

src/burp/burp.cpp:1605–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1603
1604
1605void BURP_error_redirect(Firebird::IStatus* status_vector, USHORT errcode, const SafeArg& arg)
1606{
1607/**************************************
1608 *
1609 * B U R P _ e r r o r _ r e d i r e c t
1610 *
1611 **************************************
1612 *
1613 * Functional description
1614 * Issue error message. Output messages then abort.
1615 *
1616 **************************************/
1617 BurpMaster master;
1618
1619 // StatusAccessor is used only as RAII holder here
1620 UtilSvc::StatusAccessor sa = master.get()->uSvc->getStatusAccessor();
1621
1622 BURP_print_status(true, status_vector);
1623 BURP_error(errcode, true, arg);
1624}
1625
1626
1627// **********************************

Callers 6

mvol_readFunction · 0.85
os_readFunction · 0.85
mvol_writeFunction · 0.85
get_textFunction · 0.85
mvol.cppFile · 0.85
read_headerFunction · 0.85

Calls 4

BURP_print_statusFunction · 0.85
BURP_errorFunction · 0.85
getStatusAccessorMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected