Instance Propertygrdb 7.1.0GRDB

isInterruptionError

A boolean value indicating if the error has code SQLITE_ABORT or SQLITE_INTERRUPT.

DatabaseError.swift:543
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.