MCPcopy
hub / github.com/vuejs/composition-api / onError

Function onError

test-dts/defineAsyncComponent.test-d.tsx:45–50  ·  view source on GitHub ↗
(error, retry, fail, attempts)

Source from the content-addressed store, hash-verified

43 timeout: 3000,
44 suspensible: false,
45 onError(error, retry, fail, attempts) {
46 expectType<() => void>(retry)
47 expectType<() => void>(fail)
48 expectType<number>(attempts)
49 expectType<Error>(error)
50 },
51})
52
53h(component)

Callers 1

activateCurrentInstanceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…