|
libkazv
|


Go to the source code of this file.
Namespaces | |
| namespace | Kazv |
| namespace | Kazv::detail |
Functions | |
| detail::ReturnEffectStatusT | Kazv::failWithResponse (const BaseJob::Response &r) |
| A effect that returns a failed EffectStatus upon invocation. | |
| detail::ReturnEffectStatusT | Kazv::failEffect (std::string errorCode, std::string errorMsg) |
| An effect that returns a failed EffectStatus with the given error code and message. | |
Variables | |
| constexpr auto | Kazv::simpleFail = detail::SimpleFailT{} |
| A effect that returns a failed EffectStatus upon invocation. | |