Skip to content

Busy

Raised when an operation fails because the database is locked by another connection or process.

Busy errors outside a transaction are retried automatically -- see Busy retry. Inside a transaction the whole block is retried instead; see Connection.transaction.

Inherits from: Error