Skip to content

DatabaseErrorCode

type DatabaseErrorCode = typeof DatabaseErrorCode[keyof typeof DatabaseErrorCode];

Defined in: errors.ts:43

Error codes for SQLite database failures. Extends GeneralErrorCode.