E1210 — Generic PVM execution error
| Property | Value |
|---|---|
| Code | 1210 |
| Slug | E1210 |
| Category | runtime (Runtime) |
What happened
Generic PVM execution error.Why it happened
An unmapped Python exception was raised inside the actor handler. This is the catch-all for errors that don’t have a specific SDK exception class.How to fix
Inspect the Python traceback incontext.traceback to find and fix the handler bug.
Receipt example
All Error Codes
View the complete error code reference

