When the server is unable to detect an ID in a request (e.g. the request cannot be parsed or the ID is an invalid type) it should send an error response with id set to null. We're not currently doing this. I'm not sure if this needs to happen in this library, of if it needs to be documented for downstream implementations.
When the server is unable to detect an ID in a request (e.g. the request cannot be parsed or the ID is an invalid type) it should send an error response with
id
set to null. We're not currently doing this. I'm not sure if this needs to happen in this library, of if it needs to be documented for downstream implementations.