NitroSQLite
React native nitro sqliteType aliases

API Reference / react-native-nitro-sqlite / NitroSQLiteExceptionType

Type Alias: NitroSQLiteExceptionType

Declaration: TypeScript · View source on GitHub

NitroSQLiteExceptionType = "UnknownError" | "DatabaseCannotBeOpened" | "DatabaseNotOpen" | "UnableToAttachToDatabase" | "SqlExecutionError" | "CouldNotLoadFile" | "NoBatchCommandsProvided"

Category attached to an error thrown by NitroSQLite's native implementation.