Rule validation result error
| Name | Type | Description | Notes |
|---|---|---|---|
| errorMessage | String | Error message | |
| errorCode | BigDecimal | error code | |
| errorCodeName | String | error code name | |
| errorField | ErrorFieldEnum | The field which the error relates to * operator - transaction initiator * operators - transaction initiators * authorizationGroups - transaction authorizer groups * designatedSigner - transaction signer * designatedSigners - transaction signers * contractMethods - contract methods * amountAggregation - transaction amount aggregation configuration * src - transaction source asset configuration * dst - transaction destination asset configuration |
| Name | Value |
|---|---|
| OPERATOR | "operator" |
| OPERATORS | "operators" |
| AUTHORIZATION_GROUPS | "authorizationGroups" |
| DESIGNATED_SIGNER | "designatedSigner" |
| DESIGNATED_SIGNERS | "designatedSigners" |
| CONTRACT_METHODS | "contractMethods" |
| AMOUNT_AGGREGATION | "amountAggregation" |
| SRC | "src" |
| DST | "dst" |