MCPcopy Create free account
hub / github.com/apitable/apitable / onError

Method onError

packages/core/src/engine/engine.ts:39–39  ·  view source on GitHub ↗
(error: IError)

Source from the content-addressed store, hash-verified

37 onAcceptSystemOperations: (op: IOperation[]) => void;
38 onNewChanges(resourceType: ResourceType, resourceId: string, actions: IJOTAction[]): void;
39 onError?(error: IError): void;
40 getUndoManager(): UndoManager;
41 reloadResourceData(): void;
42}

Callers 1

prepareMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected