You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Overview
When doing a job call, type checking is performed, and the cause of errors is known:
tangle/primitives/src/services/jobs.rs
Lines 135 to 157 in 7ee0572
However, the error is then immediately converted to one with no information:
tangle/pallets/services/src/lib.rs
Line 1360 in 7ee0572
We should retain the information from the original error, otherwise it isn't clear what's gone wrong.