MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / PinDeniedError

Class PinDeniedError

node/src/errors.ts:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64export function mapCoreError(info: ErrorInfo): CmdopError {
65 const code = NAMES[info.code] ?? "internal";
66 let details: unknown = info.detailsJson;
67 if (info.detailsJson) {
68 try {
69 details = JSON.parse(info.detailsJson);
70 } catch {
71 // Preserve the redacted diagnostic string.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected