MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / onError

Method onError

packages/core/image-asset/index.android.ts:39–41  ·  view source on GitHub ↗
(ex)

Source from the content-addressed store, hash-verified

37 callback(bitmap, null);
38 },
39 onError(ex) {
40 callback(null, ex);
41 },
42 }),
43 );
44 }

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected