MCPcopy Create free account
hub / github.com/Louisym/MiniCC / __init__

Method __init__

tutorials/11_error_recovery_and_retry.py:125–126  ·  view source on GitHub ↗
(self, message: str = "missing API key")

Source from the content-addressed store, hash-verified

123class AuthError(ApiError):
124 """认证错误(API Key 无效或缺失)"""
125 def __init__(self, message: str = "missing API key"):
126 super().__init__(message)
127
128 def is_retryable(self) -> bool:
129 # 认证错误重试没用,必须修复配置

Callers 3

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected