CatapultServer  v0.5.0.1 (Elephant)
plugins/txes/account_link/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_ACCOUNT_LINK_RESULT(DESCRIPTION, CODE) DEFINE_VALIDATION_RESULT(Failure, AccountLink, DESCRIPTION, CODE, None)
30 
32  DEFINE_ACCOUNT_LINK_RESULT(Invalid_Action, 1);
33 
35  DEFINE_ACCOUNT_LINK_RESULT(Link_Already_Exists, 2);
36 
38  DEFINE_ACCOUNT_LINK_RESULT(Link_Does_Not_Exist, 3);
39 
41  DEFINE_ACCOUNT_LINK_RESULT(Unlink_Data_Inconsistency, 4);
42 
44  DEFINE_ACCOUNT_LINK_RESULT(Remote_Account_Ineligible, 5);
45 
47  DEFINE_ACCOUNT_LINK_RESULT(Remote_Account_Signer_Not_Allowed, 6);
48 
50  DEFINE_ACCOUNT_LINK_RESULT(Remote_Account_Participant_Not_Allowed, 7);
51 
52 #ifndef CUSTOM_RESULT_DEFINITION
53 }}
54 #endif
catapult::validators::DEFINE_ACCOUNT_LINK_RESULT
DEFINE_ACCOUNT_LINK_RESULT(Invalid_Action, 1)
Validation failed because account link action is invalid.
ValidationResult.h
catapult
Definition: AddressExtractionExtension.cpp:28