class DatabaseBusyError

Raised when a write can't get through because the database stays locked after the retries below — too busy. The request layer turns this into a friendly auto-reloading page rather than a generic error.

Constructors

new
DatabaseBusyError()

Usage

import { DatabaseBusyError } from "doc.ts";