FTDatabaseUpdateException


Abstract

this exception is thrown if the addition, update etc. of data failed for a more or less unknown reason

Methods

-operationInfo
-operationStatus

operationInfo


- (NSString *) operationInfo;
method result
additional information regarding the failure

operationStatus


- (BDBOperationStatus) operationStatus;
method result
status of the operation

(Last Updated August 27, 2006)