(cause: unknown, message: string, operation: string)
| 30 | const ATTR_DB_SYSTEM_NAME = "db.system.name" |
| 31 | |
| 32 | const classifyError = (cause: unknown, message: string, operation: string) => |
| 33 | classifySqliteError(cause, { message, operation }) |
| 34 | |
| 35 | /** |
| 36 | * Runtime identifier attached to SQLite React Native client values. |
no test coverage detected