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

Class PinTimeoutError

python/src/cmdop/errors.py:98–102  ·  view source on GitHub ↗

``pin_required_timeout`` — no PIN supplied (or verified) within the gate window. Subclasses :class:`PermissionError`. Non-retryable.

Source from the content-addressed store, hash-verified

96 "protocol": ProtocolError,
97}
98
99
100def error_code_name(code: int) -> str:
101 name = pb.ErrorCode.Name(code)
102 return name.removeprefix("ERROR_CODE_").lower()
103
104
105def map_core_error(info: pb.ErrorInfo) -> CmdopError:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected