> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cowboy.inc/llms.txt
> Use this file to discover all available pages before exploring further.

# E1515 — No commitment found for this runner

> No commitment found for this runner

# E1515 — No commitment found for this runner

| Property     | Value                           |
| ------------ | ------------------------------- |
| **Code**     | `1515`                          |
| **Slug**     | `E1515`                         |
| **Category** | `commit_reveal` (Commit-Reveal) |

## What happened

No commitment found for this runner.

## Why it happened

The runner attempted to reveal without first submitting a commitment.

## How to fix

Submit a commitment before attempting to reveal.

## Receipt example

```json theme={null}
{
  "code": 1515,
  "slug": "E1515",
  "category": "commit_reveal",
  "what": "No commitment found for this runner",
  "fix": "Submit a commitment before attempting to reveal.",
  "docs_url": "https://docs.cowboy.inc/errors/E1515"
}
```

***

<Card title="All Error Codes" icon="list" href="/errors/overview">
  View the complete error code reference
</Card>
