I have this use case, where sometimes the code might be partially successful.
Can I return the response in such case were I respond with HTTPS-206
, saying,"There was an internal server error in following cases."?
Does 206 code spec, specifies not to mention/ does not allow me to mention internal server error
in response?