Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/FastDeploy
/ __init__
Method
__init__
fastdeploy/utils.py:164–166 ·
view source on GitHub ↗
(self, message, error_code=400)
Source
from the content-addressed store, hash-verified
162
""
"Base exception class for engine errors"
""
163
164
def
__init__(self, message, error_code=400):
165
super().__init__(message)
166
self.error_code = error_code
167
168
169
class
ParameterError(Exception):
Callers
4
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected