409 Conflict

Explanation:

The 409 Conflict status code indicates that the request could not be completed due to a conflict with the current state of the target resource. This code is used in situations where the user might be able to resolve the conflict and resubmit the request.

Usage:

This status code should be used when the request could not be completed due to a conflict with the current state of the target resource.

Attentions:

  • The server should include information about the conflict in the response message if possible.
  • The response should include a message body with information about the conflict.

Sample:

undefined