Stream: implementers
Topic: transaction response status
Bartek Sarul (May 23 2016 at 11:40):
What is the expected Bundle.entry.response.status for transaction operations?
Documentations says it's just a String. In examples I see that it's something like "200 OK", "201 Created".
What about errors in transaction? For errors in processing an entry I should expect to get the Bundle with for example entry.response.status == "500 Internal Server Error" ?
Jason Walonoski (May 23 2016 at 12:25):
Or a 4XX error.
Bartek Sarul (May 23 2016 at 13:52):
And this result has nothing to do with OperationOutcome?
Grahame Grieve (May 23 2016 at 21:14):
this is expected to be the HTTP status outcome
Grahame Grieve (May 23 2016 at 21:14):
but it can be just the number
Last updated: Apr 12 2022 at 19:14 UTC