Skip to main content

E1201 — Out of gas inside the PVM

PropertyValue
Code1201
SlugE1201
Categorygas (Gas)
CIPCIP-3

What happened

Out of gas inside the PVM.

Why it happened

The actor handler exhausted its cycle or cell budget during execution.

How to fix

Raise the handler’s cycle/cell budget or reduce work in the hot path.

Receipt example

{
  "code": 1201,
  "slug": "E1201",
  "category": "gas",
  "what": "Out of gas inside the PVM",
  "fix": "Raise the handler's cycle/cell budget or reduce work in the hot path.",
  "docs_url": "https://docs.cowboy.inc/errors/E1201"
}

All Error Codes

View the complete error code reference