|
Flex
Flex exchange system
|


Static Public Attributes | |
| static constexpr unsigned | message_sender_is_not_my_owner = 100 |
| Authorization error. | |
| static constexpr unsigned | wrong_bounced_header = 101 |
| Wrong header of bounced message. | |
| static constexpr unsigned | wrong_bounced_args = 102 |
| Wrong arguments in bounced message. | |
| static constexpr unsigned | wrong_wallet_code_hash = 103 |
| Wallet code hash is differ from TIP3_WALLET_CODE_HASH macros. | |
| static constexpr unsigned | cant_override_wallet_code = 104 |
| Wallet code is already set and can't be overriden. | |
| static constexpr unsigned | burn_unallocated = 105 |
| Burn more tokens that was allocated. | |
| static constexpr unsigned | message_sender_is_not_good_wallet = 106 |
| Message sender is not a good wallet. | |
| static constexpr unsigned | null_address = 107 |
| Address mustn't be empty. | |
| static constexpr unsigned | funds_mismatched = 108 |
| The funds does not correspond to the stated. | |
| static constexpr unsigned | uninitialized = 109 |
| Uninitialized. | |
| static constexpr unsigned | wrong_wic_sender = 110 |
| Sender is not recognized as a correct WIC. | |