Class SchemaValidationError

java.lang.Object
de.hybris.platform.prosservices.pros.services.SchemaValidationError

public class SchemaValidationError extends Object
The type Schema validation error.
  • Constructor Details

    • SchemaValidationError

      public SchemaValidationError()
  • Method Details

    • getErrorMessage

      public String getErrorMessage()
      -
      Returns:
      the error message
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
      -
      Parameters:
      errorMessage - the error message
    • getDataPath

      public String getDataPath()
      -
      Returns:
      the data path
    • setDataPath

      public void setDataPath(String dataPath)
      -
      Parameters:
      dataPath - the data path
    • getSchemaPath

      public String getSchemaPath()
      -
      Returns:
      the schema path
    • setSchemaPath

      public void setSchemaPath(String schemaPath)
      -
      Parameters:
      schemaPath - the schema path
    • getSubErrors

      public List<SubError> getSubErrors()
      an array containing Schema Validation SubErrors
      Returns:
      the sub errors
    • setSubErrors

      public void setSubErrors(List<SubError> subErrors)
      an array containing Schema Validation SubErrors
      Parameters:
      subErrors - the sub errors