Enums¶
Details¶
- class Dee.ICUError(value)¶
Bases:
GLib.Enum
Error codes for the ICU extension to Dee. These codes will be set when the error domain is #DEE_ICU_ERROR.
- BAD_RULE = 0¶
Error parsing a transliteration rule
- BAD_ID = 1¶
Error parsing a transliterator system id
- UNKNOWN = 2¶
The ICU subsystem returned an error that is not handled in Dee
Bases:
GObject.GEnum
Enumeration defining behavior of the model with regards to writes from other peers in the swarm.
Bases:
GLib.Enum
Bases:
GObject.GEnum
Enumeration defining flushing behavior of a shared model.
- class Dee.TransactionError(value)¶
Bases:
GLib.Enum
Error codes for the
Dee.Transaction
class. These codes will be set when the error domain is #DEE_TRANSACTION_ERROR.- CONCURRENT_MODIFICATION = 1¶
The target model has been modified while the transaction was open.
- COMMITTED = 2¶
Raised when someone tries to commit a transaction that has already been committed