IDataAminService interface public properties for error handling
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
You can use the properties in the following table to manage data errors raised by the service.
| 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.