<PackageReference Include="Relativity.Server.Kepler.SDK" Version="5000.0.2" />

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.