MCPcopy
hub / github.com/prisma/prisma / onError

Method onError

packages/adapter-mariadb/src/mariadb.ts:79–82  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

77 }
78
79 protected onError(error: unknown): never {
80 debug('Error in performIO: %O', error)
81 throw new DriverAdapterError(convertDriverError(error))
82 }
83}
84
85// All transaction operations use `client.query` instead of `client.execute` to avoid using the

Callers 3

performIOMethod · 0.95
commitMethod · 0.45
rollbackMethod · 0.45

Calls 2

convertDriverErrorFunction · 0.90
debugFunction · 0.85

Tested by

no test coverage detected