Reject incoming Request
This use case attempts to reject an incoming LocalRequest.
It is advised to check if the incoming Request can be rejected in advance.
Parameters
- The
id
of the incoming LocalRequest. - The decision for each individual RequestItem expressed as the appropriate Parameters defined in the Data Model.
On Success
- All RequestItems of the Request are rejected.
- A Message is sent to the requesting peer which contains the Response to the Request.
- The LocalRequest is returned.
On Failure
- The decisions do not match the request items.
- The parameters are malformed.