10 lines
470 B
JSON
10 lines
470 B
JSON
{
|
|
"error": {
|
|
"shareSubscriptionPositivQuantity": "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'",
|
|
"untilDateMustBeAfterSinceDate": "Membership until date must be after since date"
|
|
}
|
|
}
|