CatapultServer
v0.5.0.1 (Elephant)
src/catapult/extensions/Results.h
Go to the documentation of this file.
1
21
#pragma once
22
#ifndef CUSTOM_RESULT_DEFINITION
23
#include "
catapult/validators/ValidationResult.h
"
24
25
namespace
catapult
{
namespace
extensions {
26
27
#endif
28
#define DEFINE_EXTENSION_RESULT(DESCRIPTION, CODE) DEFINE_VALIDATION_RESULT(Failure, Extension, DESCRIPTION, CODE, None)
30
32
DEFINE_EXTENSION_RESULT
(Partial_Transaction_Cache_Prune, 1);
33
35
DEFINE_EXTENSION_RESULT
(Partial_Transaction_Dependency_Removed, 2);
36
37
#ifndef CUSTOM_RESULT_DEFINITION
38
}}
39
#endif
ValidationResult.h
catapult
Definition:
AddressExtractionExtension.cpp:28
catapult::extensions::DEFINE_EXTENSION_RESULT
DEFINE_EXTENSION_RESULT(Partial_Transaction_Cache_Prune, 1)
Validation failed because the partial transaction was pruned from the temporal cache.
catapult-server
src
catapult
extensions
Results.h
Generated by
1.8.16