eclipse-xpanse / xpanse

xpanse is here to make native managed cloud services configurable and portable.
https://eclipse.dev/xpanse/
Apache License 2.0
23 stars 20 forks source link

introduce a new Response object to store order and service id #1839

Closed swaroopar closed 3 months ago

swaroopar commented 3 months ago

Currently the Response object is returned for all exceptions.
We must create a new object OrderFailedResponse which extends Response and has two new fields - OrderId and ServiceId.

baixinsui commented 3 months ago

I will take it.

baixinsui commented 3 months ago

@swaroopar Maybe we can add the trackingID into the Response.

swaroopar commented 3 months ago

@baixinsui yes we can do that too. We can have tracking ID in Response object. We will mostly have this information for all cases.