Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MearaY/StegaPy
/ get_error_code
Method
get_error_code
StegaPy/exceptions.py:26–28 ·
view source on GitHub ↗
获取错误代码
(self)
Source
from the content-addressed store, hash-verified
24
super().__init__(self.message)
25
26
def
get_error_code(self):
27
""
"获取错误代码"
""
28
return
self.error_code
29
30
def
get_namespace(self):
31
""
"获取命名空间"
""
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected