FailureBehavior
Overview
Values of the FailureBehavior enumeration type are used by Data Adapters to define how data update errors occured on the remote server should be handled on the client side.
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract
Value | Description |
---|---|
Both | Show the data update error reconcile dialog. The DAUpdatesFailedException exception will be raised if the data update errors will not be resolbed in the dialog being shown. |
None | Ignore any data update errors |
RaiseException | In case of any data update errors raise the DAUpdatesFailedException exception |
ShowReconcile | Show the data update error reconcile dialog (either standard one built into the Data Abstract or custom reconcile dialog). No exception will be raised. |