Uses of Class
com.hybris.cis.client.shared.models.ErrorDto
-
Packages that use ErrorDto Package Description com.hybris.cis.client.shared.models -
-
Uses of ErrorDto in com.hybris.cis.client.shared.models
Methods in com.hybris.cis.client.shared.models that return types with arguments of type ErrorDto Modifier and Type Method Description java.util.List<ErrorDto>ErrorsDto. getErrors()Method parameters in com.hybris.cis.client.shared.models with type arguments of type ErrorDto Modifier and Type Method Description voidErrorsDto. setErrors(java.util.List<ErrorDto> errors)Constructors in com.hybris.cis.client.shared.models with parameters of type ErrorDto Constructor Description ErrorsDto(java.lang.String serviceId, ErrorDto detail)Instantiates an ErrorsDto object with service id and details.Constructor parameters in com.hybris.cis.client.shared.models with type arguments of type ErrorDto Constructor Description ErrorsDto(java.lang.String serviceId, java.util.List<ErrorDto> details)Instantiates an ErrorsDto.
-