nerdexam
Cisco

200-901 · Question #636

Which HTTP response code is used to indicate that the current state of the target resource conflicts with the request?

The correct answer is D. 409. The HTTP 409 Conflict response code indicates that the request could not be processed because of a conflict with the current state of the target resource. This is typically used in situations such as version control conflicts or when attempting to update a resource that has confl

Understanding and Using APIs

Question

Which HTTP response code is used to indicate that the current state of the target resource conflicts with the request?

Options

  • A307
  • B503
  • C204
  • D409

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    5% (1)
  • D
    91% (20)

Explanation

The HTTP 409 Conflict response code indicates that the request could not be processed because of a conflict with the current state of the target resource. This is typically used in situations such as version control conflicts or when attempting to update a resource that has conflicting changes.

Topics

#HTTP status codes#API communication#Error handling

Community Discussion

No community discussion yet for this question.

Full 200-901 Practice