IDataAminService interface public methods for error handling
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
When you set ThrowDataErrors to FALSE,
each time a Create*( ) or Update*( ) service
method returns FALSE, you can use the methods in
the following table to access and manage the data error that was
raised by the service.
| Method syntax | Description |
|---|---|
|
Retrieves and removes the current data error raised in the DataAdminService so you can, throw, display, or process the error in any way your application requires. |
|
Throws the current data error raised in the DataAdminService. |