Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ code
Method
code
flow/include/flow/Error.h:45–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
public:
44
constexpr static FileIdentifier file_identifier = 14065384;
45
int code() const { return error_code; }
46
const char* name() const;
47
const char* what() const;
48
bool isInjectedFault() const {
Callers
15
Future<NetworkAddress> resolveWithRetryImpl
Function · 0.45
genericactors.actor.cpp
File · 0.45
init
Method · 0.45
Trace.cpp
File · 0.45
BlobCipher.cpp
File · 0.45
getNetworkTraffic
Function · 0.45
abspath
Function · 0.45
throwExecPathError
Function · 0.45
testPathFunction
Function · 0.45
testPathFunction2
Function · 0.45
ConfigureSSLContext
Function · 0.45
ConfigureSSLStream
Function · 0.45
Calls
no outgoing calls
Tested by
15
template <class Env> Future<Void> testAtomicSet
Function · 0.36
template <class Env> Future<Void> testAtomicClear
Function · 0.36
Future<Void> networkTestStreamingServer
Function · 0.36
Future<Void> testClientStream
Function · 0.36
Future<Void> testDatabaseLiveness
Function · 0.36
when
Function · 0.36
Future<Void> runWorkloadAsync
Function · 0.36
Future<Void> testerServerWorkload
Function · 0.36
Future<bool> runTest
Function · 0.36
Future<Void> testExpectedErrorImpl
Function · 0.36
runUnitTests
Method · 0.36
_start
Method · 0.36