Class SchemaValidationError
java.lang.Object
de.hybris.platform.prosservices.pros.services.SchemaValidationError
The type Schema validation error.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription---an array containing Schema Validation SubErrorsvoidsetDataPath(String dataPath) -voidsetErrorMessage(String errorMessage) -voidsetSchemaPath(String schemaPath) -voidsetSubErrors(List<SubError> subErrors) an array containing Schema Validation SubErrors
-
Constructor Details
-
SchemaValidationError
public SchemaValidationError()
-
-
Method Details
-
getErrorMessage
-- Returns:
- the error message
-
setErrorMessage
-- Parameters:
errorMessage- the error message
-
getDataPath
-- Returns:
- the data path
-
setDataPath
-- Parameters:
dataPath- the data path
-
getSchemaPath
-- Returns:
- the schema path
-
setSchemaPath
-- Parameters:
schemaPath- the schema path
-
getSubErrors
an array containing Schema Validation SubErrors- Returns:
- the sub errors
-
setSubErrors
an array containing Schema Validation SubErrors- Parameters:
subErrors- the sub errors
-