Searched defs:statusCode (Results 1 – 3 of 3) sorted by relevance
161 private static <T> HttpResponse<T> buildFakeResponse(int statusCode, T body) { in buildFakeResponse()
868 private static <T> HttpResponse<T> mockHttpResponse(int statusCode, T body) { in mockHttpResponse()
132 public ErrorResponseException(int statusCode, String body) { in ErrorResponseException()