Skip to main content

E1006 — Out of cells

PropertyValue
Code1006
SlugE1006
Categorygas (Gas)
CIPCIP-3

What happened

Out of cells.

Why it happened

The transaction consumed more storage cells than the cells_limit allows.

How to fix

Increase cells_limit or reduce state writes / returned data size.

Receipt example

{
  "code": 1006,
  "slug": "E1006",
  "category": "gas",
  "what": "Out of cells",
  "fix": "Increase `cells_limit` or reduce state writes / returned data size.",
  "docs_url": "https://docs.cowboy.inc/errors/E1006"
}

All Error Codes

View the complete error code reference