HTTP Huskies

A picture of a husky for every HTTP status code

422

Unprocessable Entity

means the server understands the content type of the request entity (hence a 415(Unsupported Media Type) status code is inappropriate), and the syntax of the request entity is correct (thus a 400 (Bad Request) status code is inappropriate) but was unable to process the contained instructions.

Read the spec