Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
dcn::chain::DeployError Struct Reference

#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
 

Member Enumeration Documentation

◆ Kind

enum class dcn::chain::DeployError::Kind : std::uint8_t
strong
Enumerator
UNKNOWN 
INVALID_CONFIG 
INVALID_INPUT 
RPC_ERROR 
RPC_MALFORMED 
SIGNING_ERROR 
TRANSACTION_REVERTED 
TIMEOUT 

Member Data Documentation

◆ kind

enum dcn::chain::DeployError::Kind dcn::chain::DeployError::kind = Kind::UNKNOWN

◆ message

std::string dcn::chain::DeployError::message

◆ result_bytes

std::vector<std::uint8_t> dcn::chain::DeployError::result_bytes

The documentation for this struct was generated from the following file: