Try OpenEdge Now
skip to main content
Programming Interfaces
Data Management : ABL API for Multi-tenant and Table Partition Management : Handling errors : Controlling data errors with the IDataAdminService interface : IDataAminService interface public properties for error handling
 
IDataAminService interface public properties for error handling
You can use the properties in the following table to manage data errors raised by the service.
Table 29. Multi-tenant Maintenance IDataAminService interface class error properties
Property name
Data type
Access
Description
ThrowDataErrors
LOGICAL
Readable, Writeable
Set to FALSE to specify that data errors are not to be thrown by the service. This ensures that all Create*( ) and Update*( ) methods return FALSE when a data error occurs instead of throwing an error.1

1 The Create*( ) and Update*( ) methods might continue to throw errors that are not considered to be data errors, such as errors that result from illegal arguments, unsupported operations, invalid objects and handles, and so on.