#include <deploy.hpp>
Public Types | |
| enum class | Kind : std::uint8_t { UNKNOWN = 0 , INVALID_CONFIG , INVALID_INPUT , RPC_ERROR , RPC_MALFORMED , SIGNING_ERROR , TRANSACTION_REVERTED , TIMEOUT } |
Public Attributes | |
| enum dcn::chain::DeployError::Kind | kind = Kind::UNKNOWN |
| std::string | message |
| std::vector< std::uint8_t > | result_bytes |
|
strong |
| enum dcn::chain::DeployError::Kind dcn::chain::DeployError::kind = Kind::UNKNOWN |
| std::string dcn::chain::DeployError::message |
| std::vector<std::uint8_t> dcn::chain::DeployError::result_bytes |