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

Method onError

packages/adapter-pg/src/pg.ts:131–134  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

129 }
130
131 protected onError(error: unknown): never {
132 debug('Error in performIO: %O', error)
133 throw new DriverAdapterError(convertDriverError(error))
134 }
135}
136
137class PgTransaction extends PgQueryable<TransactionClient> implements Transaction {

Callers 2

performIOMethod · 0.95
createHonoServerFunction · 0.45

Calls 2

convertDriverErrorFunction · 0.90
debugFunction · 0.85

Tested by

no test coverage detected