MCPcopy Create free account
hub / github.com/AdaXH/korct / setErrorCode

Method setErrorCode

class/BizError.ts:18–20  ·  view source on GitHub ↗
(errorCode: string)

Source from the content-addressed store, hash-verified

16 }
17
18 public setErrorCode(errorCode: string): void {
19 this.errorCode = errorCode;
20 }
21
22 public setErrorStack(errorStack: E): void {
23 this.errorStack = errorStack;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected