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

Class

packages/storage/src/scheduled-task-store.ts:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33export type ScheduledTaskStoreErrorCode = 'invalid_input' | 'not_found' | 'operation_conflict';
34
35export class ScheduledTaskStoreError extends Error {
36 constructor(
37 readonly code: ScheduledTaskStoreErrorCode,
38 message: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected