# PolicyRuleError ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**errorMessage** | **string** | Error message | [default to undefined]| |**errorCode** | **number** | error code | [default to undefined]| |**errorCodeName** | **string** | error code name | [default to undefined]| |**errorField** | **string** | 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 | [default to undefined]| ## Enum: PolicyRuleErrorErrorFieldEnum * `Operator` (value: `'operator'`) * `Operators` (value: `'operators'`) * `AuthorizationGroups` (value: `'authorizationGroups'`) * `DesignatedSigner` (value: `'designatedSigner'`) * `DesignatedSigners` (value: `'designatedSigners'`) * `ContractMethods` (value: `'contractMethods'`) * `AmountAggregation` (value: `'amountAggregation'`) * `Src` (value: `'src'`) * `Dst` (value: `'dst'`) [[Back to top]](#) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)