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.
|
String |
getMessage()
Returns the message of the validation error.
|
Object |
getSource()
Returns the source of the validation error.
|
ValidationError.ErrorCode getErrorCode()
Object getSource()
String getMessage()
Copyright © 2017 SAP SE. All Rights Reserved.