Searched refs:HTTP_CLIENT_ERROR (Results 1 – 6 of 6) sorted by relevance
30 HTTP_CLIENT_ERROR, enumConstant67 return new RkpdException(ErrorCode.HTTP_CLIENT_ERROR, message); in createFromHttpError()
66 .that(ex.getErrorCode()).isEqualTo(ErrorCode.HTTP_CLIENT_ERROR); in handlesClientErrors()
194 assertThat(e.getErrorCode()).isEqualTo(RkpdException.ErrorCode.HTTP_CLIENT_ERROR); in testRequestSignedCertClientError()
289 case HTTP_CLIENT_ERROR:
218 throw new RkpdException(RkpdException.ErrorCode.HTTP_CLIENT_ERROR, "Bad URL", e); in generateSignCertsUrl()440 if (e.getErrorCode() == RkpdException.ErrorCode.HTTP_CLIENT_ERROR) { in connectAndGetData()
277 case HTTP_CLIENT_ERROR: in mapToGetKeyError()