NitroSQLite
React native nitro sqliteType aliases

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

Type Alias: NitroSQLiteExceptionType

TypeScript

Source files: TypeScript

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

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