Interface ErrorResponseHandler
-
- All Known Implementing Classes:
BadRequestHandler,ConflictResponseHandler,DuplicatedFacilityFoundHandler,DuplicatedOrganisationFoundHandler,DuplicatedPersonFoundHandler,DuplicateOfRegisteredPersonFoundHandler,EntityDeletedExceptionHandler,EntityNotFoundExceptionHandler,OrganisationMergedExceptionHandler,PersonMergedExceptionHandler,TooManyRequestsHandler,UnauthorizedRequestHandler
public interface ErrorResponseHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidHandle(com.microsoft.rest.ServiceResponse<Object> serviceResponse)
-
-
-
Method Detail
-
Handle
void Handle(com.microsoft.rest.ServiceResponse<Object> serviceResponse) throws FifaConnectIdException
- Throws:
FifaConnectIdException
-
-