Searched refs:CONFLICT_409 (Results 1 – 2 of 2) sorted by relevance
646 public final static int CONFLICT_409 = 409; field in HttpStatus767 CONFLICT(CONFLICT_409, "Conflict"),
83 if ( status == HttpStatus.FORBIDDEN_403 || status == HttpStatus.CONFLICT_409 ) in onResponseStatus()