# Invalid simulation configuration

You're trying to run a simulation with invalid configuration.

---

## Example

```json
{
  "error": {
    "type": "request_error",
    "code": "notification_simulation_run_configuration_conflict",
    "detail": "Simulations with invalid configuration cannot be run.",
    "documentation_url": "https://developer.paddle.com/errors/notifications/notification_simulation_run_configuration_conflict"
  },
  "meta": {
    "request_id": "00000000-0000-0000-0000-000000000000"
  }
}
```

## Details

| Attribute | Value |
| --- | --- |
| Status code | 409 |
| Error code | `notification_simulation_run_configuration_conflict` |
| Error message | Simulations with invalid configuration cannot be run. |

## Common causes

- You're trying to run a simulation scenario with invalid configuration.

## Common solutions

- Make sure that simulation configuration uses valid entities and options.
