Kagome
Polkadot Runtime Engine in C++17
block_tree_error.hpp File Reference
Include dependency graph for block_tree_error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 kagome::blockchain
 

Enumerations

enum  kagome::blockchain::BlockTreeError {
  kagome::blockchain::BlockTreeError::NO_PARENT = 1, kagome::blockchain::BlockTreeError::BLOCK_EXISTS, kagome::blockchain::BlockTreeError::TARGET_IS_PAST_MAX, kagome::blockchain::BlockTreeError::BLOCK_ON_DEAD_END,
  kagome::blockchain::BlockTreeError::EXISTING_BLOCK_NOT_FOUND, kagome::blockchain::BlockTreeError::NON_FINALIZED_BLOCK_NOT_FOUND, kagome::blockchain::BlockTreeError::JUSTIFICATION_NOT_FOUND, kagome::blockchain::BlockTreeError::BODY_NOT_FOUND,
  kagome::blockchain::BlockTreeError::HEADER_NOT_FOUND, kagome::blockchain::BlockTreeError::SOME_BLOCK_IN_CHAIN_NOT_FOUND, kagome::blockchain::BlockTreeError::BLOCK_IS_NOT_LEAF
}