You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
isResourceLogRefusal(err), the read-side classification of the refusal
taxonomy: true for ResourceLogIntegrityError and for ResourceLogContinuityError with any reason but rollback. It says which
refusals a reader holding a cached copy must not fall back to it on; a
rollback is reconcilable divergence under the profile's log-pin rules and is
left to the caller's cached-copy path. Matched by err.name, like the
conflict predicate. Moved here from @interop/wallet-core, which will
re-export it.