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

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::validators
 

Macros

#define DEFINE_TRANSFER_RESULT(DESCRIPTION, CODE)   DEFINE_VALIDATION_RESULT(Failure, Transfer, DESCRIPTION, CODE, None)
 Defines a transfer validation result with DESCRIPTION and CODE. More...
 

Functions

 catapult::validators::DEFINE_TRANSFER_RESULT (Message_Too_Large, 1)
 Validation failed because the message is too large. More...
 
 catapult::validators::DEFINE_TRANSFER_RESULT (Out_Of_Order_Mosaics, 2)
 Validation failed because mosaics are out of order. More...
 

Macro Definition Documentation

◆ DEFINE_TRANSFER_RESULT

#define DEFINE_TRANSFER_RESULT (   DESCRIPTION,
  CODE 
)    DEFINE_VALIDATION_RESULT(Failure, Transfer, DESCRIPTION, CODE, None)

Defines a transfer validation result with DESCRIPTION and CODE.