Uses of Class
com.skava.oms.validator.response.ValidationErrorModel
Packages that use ValidationErrorModel
Package
Description
This package contains the response model for order service.
-
Uses of ValidationErrorModel in com.skava.oms.model.response
Constructors in com.skava.oms.model.response with parameters of type ValidationErrorModelModifierConstructorDescriptionOmsServiceErrorCodeResponse
(ResponseCode responseCode, String message, ValidationErrorModel validationErrors) OmsServiceErrorCodeResponse
(String code, org.springframework.http.HttpStatus status, String message, ValidationErrorModel validationErrors) Oms Service Response contains code status message and reason for entity values.