(cause: unknown, message: string, operation: string)
| 29 | const ATTR_DB_SYSTEM_NAME = "db.system.name" |
| 30 | |
| 31 | const classifyError = (cause: unknown, message: string, operation: string) => |
| 32 | classifySqliteError(cause, { message, operation }) |
| 33 | |
| 34 | /** |
| 35 | * Runtime type identifier used to mark `LibsqlClient` values. |
no test coverage detected