Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getErrors
Method
getErrors
src/include/firebird/Interface.h:292–295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
290
}
291
292
virtual const intptr_t* getErrors() const
293
{
294
return dirty ? status->getErrors() : cleanStatus();
295
}
296
297
virtual const intptr_t* getWarnings() const
298
{
Callers
1
catchException
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected