MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / RunPausedError

Class RunPausedError

app/services/payment_service.py:94–95  ·  view source on GitHub ↗

Raised when an account flow is paused by the operator.

Source from the content-addressed store, hash-verified

92 self.ocr_service = ocr_service or get_ocr_service()
93 self.tdc_service = tdc_service or get_tdc_service()
94 self.runtime_logs = runtime_log_service or get_runtime_log_service()
95
96 def health_payload(self) -> dict[str, Any]:
97 return {
98 "status": "ok",

Callers 4

_preview_race_laneMethod · 0.85
_ensure_not_pausedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected