TransactionError
Description:
[ CCode ( cprefix = "DEE_TRANSACTION_ERROR_" , has_type_id = false ) ]
public enum TransactionError
Error codes for the Transaction class.
These codes will be set when the error domain is TransactionError.
Content:
Enum values:
- COMMITTED - Raised when someone
tries to commit a transaction that has already been committed
- CONCURRENT_MODIFICATION -
The target model has been modified while the transaction was open.