MCPcopy Create free account
hub / github.com/apache/maka /

Class

packages/core/src/runtime-event-store.ts:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41/** A requested stable-storage barrier failed; read-back cannot upgrade it to success. */
42export class DurableStoreWriteError extends Error {
43 readonly name = 'DurableStoreWriteError';
44
45 constructor(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected