Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.26 KB

PolicyRuleError.md

File metadata and controls

33 lines (21 loc) · 1.26 KB

PolicyRuleError

Rule validation result error

Properties

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

Enum: ErrorFieldEnum

Name Value
OPERATOR "operator"
OPERATORS "operators"
AUTHORIZATIONGROUPS "authorizationGroups"
DESIGNATEDSIGNER "designatedSigner"
DESIGNATEDSIGNERS "designatedSigners"
CONTRACTMETHODS "contractMethods"
AMOUNTAGGREGATION "amountAggregation"
SRC "src"
DST "dst"