#include <Command.h>
Public Member Functions | |
| CommandExecutionException (const string &type, const string &message, const optional< int > &code={}) | |
| string | toJson () const |
Public Attributes | |
| const string | type |
| const optional< int > | code |
thrown when error is detected in command execution
| conscience_core::bridging::commands::CommandExecutionException::CommandExecutionException | ( | const string & | type, |
| const string & | message, | ||
| const optional< int > & | code = {} |
||
| ) |
| string conscience_core::bridging::commands::CommandExecutionException::toJson | ( | ) | const |
| const optional<int> conscience_core::bridging::commands::CommandExecutionException::code |
| const string conscience_core::bridging::commands::CommandExecutionException::type |