MCPcopy Create free account
hub / github.com/Effect-TS/effect / onError

Function onError

packages/sql/pg/src/PgClient.ts:223–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221 }
222): Effect.Effect<PgClient, SqlError, Scope.Scope | Reactivity.Reactivity> => {
223 function onError() {}
224 return fromClient({
225 ...options,
226 acquire: Effect.acquireRelease(

Callers

nothing calls this directly

Calls 4

cleanupFunction · 0.70
classifyErrorFunction · 0.70
resumeFunction · 0.50
failMethod · 0.45

Tested by

no test coverage detected