The HTTP Status Code 415 means that the request entity has a media type that the server or resource does not support.
One example of a situation that would cause a 415 status code is if the client uploads an image into one format (e.g., PNG) but the server requires another format (e.g., JPG).
Additional Links and Codes Related to Status Code 415