CatapultServer  v0.5.0.1 (Elephant)
src/catapult/extensions/Results.h File Reference
Include dependency graph for src/catapult/extensions/Results.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::extensions
 

Macros

#define DEFINE_EXTENSION_RESULT(DESCRIPTION, CODE)   DEFINE_VALIDATION_RESULT(Failure, Extension, DESCRIPTION, CODE, None)
 Defines an extension validation result with DESCRIPTION and CODE. More...
 

Functions

 catapult::extensions::DEFINE_EXTENSION_RESULT (Partial_Transaction_Cache_Prune, 1)
 Validation failed because the partial transaction was pruned from the temporal cache. More...
 
 catapult::extensions::DEFINE_EXTENSION_RESULT (Partial_Transaction_Dependency_Removed, 2)
 Validation failed because the partial transaction was pruned from the temporal cache due to its dependency being removed. More...
 

Macro Definition Documentation

◆ DEFINE_EXTENSION_RESULT

#define DEFINE_EXTENSION_RESULT (   DESCRIPTION,
  CODE 
)    DEFINE_VALIDATION_RESULT(Failure, Extension, DESCRIPTION, CODE, None)

Defines an extension validation result with DESCRIPTION and CODE.