CatapultServer  v0.5.0.1 (Elephant)
plugins/txes/transfer/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 DEFINE_TRANSFER_RESULT(DESCRIPTION, CODE) DEFINE_VALIDATION_RESULT(Failure, Transfer, DESCRIPTION, CODE, None)
30 
32  DEFINE_TRANSFER_RESULT(Message_Too_Large, 1);
33 
35  DEFINE_TRANSFER_RESULT(Out_Of_Order_Mosaics, 2);
36 
37 #ifndef CUSTOM_RESULT_DEFINITION
38 }}
39 #endif
catapult::validators::DEFINE_TRANSFER_RESULT
DEFINE_TRANSFER_RESULT(Message_Too_Large, 1)
Validation failed because the message is too large.
ValidationResult.h
catapult
Definition: AddressExtractionExtension.cpp:28