406 Not Acceptable
Explanation:
The 406 Not Acceptable status code indicates that the server cannot produce a response that is acceptable to the client according to the request's Accept headers.
Usage:
This status code is used to inform the client that the server cannot produce a response that is acceptable to the client.
Attentions:
- The server should include information about the acceptable response in the response message if possible.
- The response should include a message body with information about the acceptable response.
Sample:
undefined