MCPcopy Create free account
hub / github.com/Loping151/RoverSign / err

Method err

RoverSign/utils/api/request_util.py:133–134  ·  view source on GitHub ↗
(cls, msg: str, code: int = RespCode.BAD_REQUEST)

Source from the content-addressed store, hash-verified

131
132 @classmethod
133 def err(cls, msg: str, code: int = RespCode.BAD_REQUEST) -> "KuroApiResp[T]":
134 return cls(code=code, msg=msg, data=None)
135
136 @property
137 def is_token_invalid(self) -> bool:

Callers 1

_waves_requestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected