File exception.h
-
namespace faabric
-
namespace util
-
class FaabricException : public exception
Subclassed by faabric::executor::ChainedCallException, faabric::executor::ExecutorContextException, faabric::redis::RedisNoResponseException, faabric::transport::MessageTimeoutException, faabric::util::ChainedCallFailedException, faabric::util::ExecGraphNodeNotFoundException, faabric::util::FunctionFrozenException, faabric::util::FunctionMigratedException, faabric::util::JsonSerialisationException, faabric::util::QueueTimeoutException
Public Functions
-
inline explicit FaabricException(std::string message)
-
inline const char *what() const noexcept override
Protected Attributes
-
std::string _message
-
inline explicit FaabricException(std::string message)
-
class FaabricException : public exception
-
namespace util