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

Method setErrorMessage

class/BizError.ts:14–16  ·  view source on GitHub ↗
(errorMessage: string)

Source from the content-addressed store, hash-verified

12 }
13
14 public setErrorMessage(errorMessage: string): void {
15 this.errorMessage = errorMessage;
16 }
17
18 public setErrorCode(errorCode: string): void {
19 this.errorCode = errorCode;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected