Skip to main content

E1220 — Target actor does not exist

PropertyValue
Code1220
SlugE1220
Categoryruntime (Runtime)

What happened

Target actor does not exist.

Why it happened

The target address in a call_actor or send_message does not have a deployed actor.

How to fix

Deploy the target actor or correct the target address.

Receipt example

{
  "code": 1220,
  "slug": "E1220",
  "category": "runtime",
  "what": "Target actor does not exist",
  "fix": "Deploy the target actor or correct the target address.",
  "docs_url": "https://docs.cowboy.inc/errors/E1220"
}

All Error Codes

View the complete error code reference