Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apify/impit
/ from
Method
from
impit-python/src/errors.rs:37–39 ·
view source on GitHub ↗
(err: ImpitError)
Source
from the content-addressed store, hash-verified
35
36
impl From<ImpitError> for ImpitPyError {
37
fn from(err: ImpitError) -> Self {
38
ImpitPyError(err)
39
}
40
}
41
42
impl From<ImpitPyError> for pyo3::PyErr {
Callers
nothing calls this directly
Calls
1
ImpitPyError
Class · 0.85
Tested by
no test coverage detected