Edit

Share via


ResponseCode.Conflict Field

Definition

The request could not be completed due to a conflict with the current state of the resource. (409)

public: int Conflict = 409;
public const int Conflict = 409;
val mutable Conflict : int
Public Const Conflict As Integer  = 409

Field Value

Value = 409

Applies to