SAP Help Home SAP Intelligent RPA Help Portal SAP Intelligent RPA Community

Datatype - Data Object Validation

Result of the validation of a data Object. If one property of the object has a wrong type, the isValid parameter is expected to be false and the error message can be retreived.

Property Type Description
isValid boolean The value is true if the validation is passed, false otherwise
errorMessage string Error message returned by the data object validator. It is undefined if there is no error.