Uses of Class
io.mosip.kernel.core.exception.ServiceError
-
-
Uses of ServiceError in io.mosip.kernel.core.authmanager.exception
Methods in io.mosip.kernel.core.authmanager.exception that return types with arguments of type ServiceError Modifier and Type Method Description List<ServiceError>AuthNException. getList()Getter for error list.List<ServiceError>AuthZException. getList()Getter for error list.Constructor parameters in io.mosip.kernel.core.authmanager.exception with type arguments of type ServiceError Constructor Description AuthNException(List<ServiceError> list)AuthZException(List<ServiceError> list) -
Uses of ServiceError in io.mosip.kernel.core.exception
Methods in io.mosip.kernel.core.exception that return types with arguments of type ServiceError Modifier and Type Method Description static List<ServiceError>ExceptionUtils. getServiceErrorList(String responseBody)This method gives service error list for response receive from service. -
Uses of ServiceError in io.mosip.kernel.core.idobjectvalidator.exception
Constructor parameters in io.mosip.kernel.core.idobjectvalidator.exception with type arguments of type ServiceError Constructor Description IdObjectValidationFailedException(IdObjectValidatorErrorConstant errorConstant, List<ServiceError> errors)Instantiates a new id object validation processing exception. -
Uses of ServiceError in io.mosip.kernel.core.signatureutil.exception
Methods in io.mosip.kernel.core.signatureutil.exception that return types with arguments of type ServiceError Modifier and Type Method Description List<ServiceError>SignatureUtilClientException. getList()Getter for error list.Constructor parameters in io.mosip.kernel.core.signatureutil.exception with type arguments of type ServiceError Constructor Description SignatureUtilClientException(List<ServiceError> list)
-