Skip to main content

E1005 — Out of cycles

PropertyValue
Code1005
SlugE1005
Categorygas (Gas)
CIPCIP-3

What happened

Out of cycles.

Why it happened

The transaction consumed more compute cycles than the cycles_limit allows.

How to fix

Increase cycles_limit, simplify the transaction logic, or split across multiple transactions.

Receipt example

{
  "code": 1005,
  "slug": "E1005",
  "category": "gas",
  "what": "Out of cycles",
  "fix": "Increase `cycles_limit`, simplify the transaction logic, or split across multiple transactions.",
  "docs_url": "https://docs.cowboy.inc/errors/E1005"
}

All Error Codes

View the complete error code reference