public interface ValidationError
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValidationError.ErrorCode
Enum class for different error codes:
MANDATORYLINE_MISSING, UNMAPPED_MANDATORY, UNIQUEKEYS_SELECTED,etc.
|
| Modifier and Type | Method and Description |
|---|---|
ValidationError.ErrorCode |
getErrorCode()
Returns the error code of the validation error.
|
java.lang.String |
getMessage()
Returns the message of the validation error.
|
java.lang.Object |
getSource()
Returns the source of the validation error.
|
ValidationError.ErrorCode getErrorCode()
java.lang.Object getSource()
java.lang.String getMessage()
Copyright © 2018 SAP SE. All Rights Reserved.