Skip to content

Function: getDefaultOnRelationsCacheError()

ts
function getDefaultOnRelationsCacheError(): RelationsCacheErrorHandler | null;

Internal

Reads the currently-registered default handler. Exposed for completeness; prefer reportRelationCacheError.

Returns

| RelationsCacheErrorHandler | null

The default handler, or null when none is registered.