Hi,
With $batch requests what is the logic for failures? From my testing, a batch request fails entirely upon encountering the first error. For example, if you have a batch request with 3 requests. Request 1 succeeds, request 2 fails then request 3 will not get processed.
From reading the MS documentation, it makes no mention of the first failure killing the entire batch only that in requests where Isolation: Snapshot header is present, it will rollback all successes upon the first error.
Is this standard behaviour or is there another header / field etc that can be added in order to 'bypass' this logic?
Thanks!