MCPcopy Create free account
hub / github.com/MearaY/StegaPy / StegaPyErrors

Class StegaPyErrors

StegaPy/exceptions.py:35–48  ·  view source on GitHub ↗

错误代码常量

Source from the content-addressed store, hash-verified

33
34
35class StegaPyErrors:
36 """错误代码常量"""
37 UNHANDLED_EXCEPTION = "UNHANDLED_EXCEPTION"
38 NO_PLUGIN_SPECIFIED = "NO_PLUGIN_SPECIFIED"
39 PLUGIN_DOES_NOT_SUPPORT_DH = "PLUGIN_DOES_NOT_SUPPORT_DH"
40 PLUGIN_DOES_NOT_SUPPORT_WM = "PLUGIN_DOES_NOT_SUPPORT_WM"
41 PWD_MANDATORY_FOR_GENSIG = "PWD_MANDATORY_FOR_GENSIG"
42 CORRUPT_DATA = "CORRUPT_DATA"
43 INVALID_CRYPT_ALGO = "INVALID_CRYPT_ALGO"
44 INVALID_PASSWORD = "INVALID_PASSWORD"
45 ERR_NO_COVER_FILE = "ERR_NO_COVER_FILE"
46 ERR_FILE_TOO_SMALL = "ERR_FILE_TOO_SMALL"
47 ERR_SIG_NOT_VALID = "ERR_SIG_NOT_VALID"
48 ERR_IMAGE_DATA_READ = "ERR_IMAGE_DATA_READ"
49

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected