Package io.apicurio.rest.client.error
Interface RestClientErrorHandler
-
- All Known Implementing Classes:
AuthErrorHandler
public interface RestClientErrorHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApicurioRestClientExceptionhandleErrorResponse(InputStream body, int statusCode)ApicurioRestClientExceptionparseError(Exception ex)ApicurioRestClientExceptionparseInputSerializingError(com.fasterxml.jackson.core.JsonProcessingException ex)
-
-
-
Method Detail
-
handleErrorResponse
ApicurioRestClientException handleErrorResponse(InputStream body, int statusCode)
-
parseError
ApicurioRestClientException parseError(Exception ex)
-
parseInputSerializingError
ApicurioRestClientException parseInputSerializingError(com.fasterxml.jackson.core.JsonProcessingException ex)
-
-