#include "command_executor.hpp"

Public Types | |
| using | ErrorCodeType = uint32_t |
Public Member Functions | |
| std::string | toString () const |
Public Attributes | |
| std::string | command_name |
| ErrorCodeType | error_code |
| std::string | error_extra |
Error for command execution or validation Contains command name, as well as an error message
| using iroha::ametsuchi::CommandError::ErrorCodeType = uint32_t |
| std::string iroha::ametsuchi::CommandError::toString | ( | ) | const |
| std::string iroha::ametsuchi::CommandError::command_name |
| ErrorCodeType iroha::ametsuchi::CommandError::error_code |
| std::string iroha::ametsuchi::CommandError::error_extra |