None of the errors you mention are what I am experiencing. Their system is creating objects but returning that it couldnt, not failing to send a response.
Some Apis are designed to always fail safe and send the correct response, or at least accept multiple messages without creating duplicates, so you can just keep firing the same message until you get the correct response.
Not doing that is just lazy design.
Comments
None of the errors you mention are what I am experiencing. Their system is creating objects but returning that it couldnt, not failing to send a response.
Some Apis are designed to always fail safe and send the correct response, or at least accept multiple messages without creating duplicates, so you can just keep firing the same message until you get the correct response. Not doing that is just lazy design.