Go to the source code of this file.
 | 
|   | catapult::validators::DEFINE_CORE_RESULT (Past_Deadline, 1) | 
|   | Validation failed because the deadline passed.  More...
  | 
|   | 
|   | catapult::validators::DEFINE_CORE_RESULT (Future_Deadline, 2) | 
|   | Validation failed because the deadline is too far in the future.  More...
  | 
|   | 
|   | catapult::validators::DEFINE_CORE_RESULT (Insufficient_Balance, 3) | 
|   | Validation failed because the account has an insufficient balance.  More...
  | 
|   | 
|   | catapult::validators::DEFINE_CORE_RESULT (Too_Many_Transactions, 4) | 
|   | Validation failed because there are too many transactions in a block.  More...
  | 
|   | 
|   | catapult::validators::DEFINE_CORE_RESULT (Nemesis_Account_Signed_After_Nemesis_Block, 5) | 
|   | Validation failed because an entity originated from the nemesis account after the nemesis block.  More...
  | 
|   | 
|   | catapult::validators::DEFINE_CORE_RESULT (Wrong_Network, 6) | 
|   | Validation failed because the entity has the wrong network specified.  More...
  | 
|   | 
|   | catapult::validators::DEFINE_CORE_RESULT (Invalid_Address, 7) | 
|   | Validation failed because an address is invalid.  More...
  | 
|   | 
|   | catapult::validators::DEFINE_CORE_RESULT (Invalid_Version, 8) | 
|   | Validation failed because entity version is invalid.  More...
  | 
|   | 
|   | catapult::validators::DEFINE_CORE_RESULT (Invalid_Transaction_Fee, 9) | 
|   | Validation failed because a transaction fee is invalid.  More...
  | 
|   | 
|   | catapult::validators::DEFINE_CORE_RESULT (Block_Harvester_Ineligible, 10) | 
|   | Validation failed because a block was harvested by an ineligible harvester.  More...
  | 
|   | 
◆ DEFINE_CORE_RESULT
Defines a core validation result with DESCRIPTION and CODE.