isInterruptionError
A boolean value indicating if the error has code SQLITE_ABORT
or SQLITE_INTERRUPT
.
var isInterruptionError: Bool { get }
Such an error can be thrown when a database has been interrupted, or when the database is suspended.
See interrupt
and suspendNotification
for more information.