This exception indicates the failure of an rpc.
More...
#include <RpcException.hpp>
This exception indicates the failure of an rpc.
◆ RpcException()
NES::Exceptions::RpcException::RpcException |
( |
const std::string & |
message, |
|
|
std::vector< RpcAsyncRequest > |
failedRpcRequests |
|
) |
| |
|
explicit |
Constructor.
- Parameters
-
message | a human readable message describing the error |
failedRpcRequests | information about the failed RPC requests |
◆ getFailedCalls()
std::vector< RpcAsyncRequest > NES::Exceptions::RpcException::getFailedCalls |
( |
| ) |
|
get a list of the rpcs that failed
- Returns
- a list of structs containing a pointer to the completion queue and the count of operations performed in that queue
◆ what()
const char * NES::Exceptions::RpcException::what |
( |
| ) |
const |
|
overridenoexcept |
The documentation for this class was generated from the following files: