24 lines
1.5 KiB
JSON
24 lines
1.5 KiB
JSON
{
|
|
"error": {
|
|
"idNotFound": "Technical record-ID not found",
|
|
"unknownProperty": "Unknown Property",
|
|
"shareSubscriptionPositiveQuantity": "Share subscriptions require a positive quantity",
|
|
"shareCancellationNegativeQuantity": "Share cancellations require a negative quantity",
|
|
"shareTransactionImmutable": "Share transactions are immutable",
|
|
"membershipNotDeletable": "Membership cannot be deleted, instead set 'untilDate'",
|
|
"customerNotDeletable": "Customer cannot be deleted explicitly'",
|
|
"untilDateMustBeAfterSinceDate": "Membership until date must be after since date",
|
|
"anotherUncancelledMembershipExists": "Only a single uncancelled membership allowed per customer",
|
|
"initializationProhibited": "Initialization of the field prohibited",
|
|
"updateProhibited": "Update of the field prohibited",
|
|
"documentDateMayNotBeAfterValueDate": "Document date may not be after value date",
|
|
"assetTransactionImmutable": "Asset transactions are immutable",
|
|
"assetPaymentsPositiveAmount": "Asset payments require a positive amount",
|
|
"assetAdoptionsPositiveAmount": "Asset adoptions require a positive amount",
|
|
"assetPaybacksNegativeAmount": "Asset paybacks require a negative amount",
|
|
"assetHandoversNegativeAmount": "Asset handovers require a negative amount",
|
|
"assetLossesNegativeAmount": "Asset losses require a negative amount",
|
|
"assetClearingsNegativeAmount": "Asset clearings require a negative amount"
|
|
}
|
|
}
|