Open juliapampus opened 1 year ago
Should be List<Object> reasons
for now.
This issue is stale because it has been open for 14 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
This issue was closed because it has been inactive for 7 days since being marked as stale.
Feature Request
Add a list of termination reasons to
TransferTerminationMessage
andContractNegotiationTerminationMessage
.TransferTerminationMessage
String rejectionReason
inContractNegotiationTerminationMessage
Which Areas Would Be Affected?
spi, protocol services
Why Is the Feature Desired?
According to the spec, both messages support an optional list of termination reasons. Those are of type
object
. The spec doesn't define the schema.Solution Proposal
Introduce a class that can be extended if needed (e.g., predefined enums like in
StoreFailure
):Add mapping in dsp transformers.