CatapultServer  v0.5.0.1 (Elephant)
plugins/services/hashcache/src/validators/Results.h
Go to the documentation of this file.
1 
21 #pragma once
22 #ifndef CUSTOM_RESULT_DEFINITION
24 
25 namespace catapult { namespace validators {
26 
27 #endif
28  DEFINE_VALIDATION_RESULT(Failure, Hash, Exists, 1, Verbose);
30 
31 #ifndef CUSTOM_RESULT_DEFINITION
32 }}
33 #endif
ValidationResult.h
catapult
Definition: AddressExtractionExtension.cpp:28
catapult::validators::DEFINE_VALIDATION_RESULT
DEFINE_VALIDATION_RESULT(Failure, Hash, Exists, 1, Verbose)
Validation failed because the entity hash is already known.