Skip to main content

E1210 — Generic PVM execution error

PropertyValue
Code1210
SlugE1210
Categoryruntime (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 in context.traceback to find and fix the handler bug.

Receipt example

{
  "code": 1210,
  "slug": "E1210",
  "category": "runtime",
  "what": "Generic PVM execution error",
  "fix": "Inspect the Python traceback in `context.",
  "docs_url": "https://docs.cowboy.inc/errors/E1210"
}

All Error Codes

View the complete error code reference