libkazv
status-utils.hpp File Reference
#include <libkazv-config.hpp>
#include <context.hpp>
#include <basejob.hpp>
Include dependency graph for status-utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Kazv
 
 Kazv::detail
 

Functions

detail::ReturnEffectStatusT Kazv::failWithResponse (const BaseJob::Response &r)
 A effect that returns a failed EffectStatus upon invocation. More...
 
detail::ReturnEffectStatusT Kazv::failEffect (std::string errorCode, std::string errorMsg)
 An effect that returns a failed EffectStatus with the given error code and message. More...
 

Variables

constexpr auto Kazv::simpleFail = detail::SimpleFailT{}
 A effect that returns a failed EffectStatus upon invocation. More...