Modify DX API V2 error message
Is there any way we could modify the error message for the DX API V2 . On patch api if we pass the wrong etag value below error is returned currently-
{ "errorClassification": "Resource is stale", "localizedValue": "Resource was last read prior to newer changes.", "errorDetails": [ { "message": "Error_Stale_Resource", "erroneousInputOutputFieldInPage": "", "erroneousInputOutputIdentifier": "", "errorClassification": "", "localizedValue": "Another requestor has updated the Case since it was last read. Please refresh the form and resubmit your changes.", "messageParameters": [ ] } ] } Like in the error details localized value i need to add the case id. "localizedValue": " For X-1234 Another requestor has updated the Case since it was last read. Please refresh the form and resubmit your changes.", Is it possible to modify the error details localized value?