ConflictException
open class ConflictException(message: String = "Conflict", status: HttpStatusCode = HttpStatusCode.Conflict, response: Response? = null) : HttpException
Thrown on HTTP response for a resource conflict (usually HttpStatusCode.Conflict).
Constructors
Link copied to clipboard
constructor(message: String = "Conflict", status: HttpStatusCode = HttpStatusCode.Conflict, response: Response? = null)