<PackageReference Include="Relativity.Kepler" Version="2.23.1" />

ConflictException

Exception class for Kepler representing HTTP status code "Conflict" 409. Conflict indicates that the request could not be carried out because of a conflict on the server.

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

public ConflictException(string message)

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

public ConflictException(string message, Exception innerException)

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

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