Add more info on "Sequence component does not exist" error
Open
- Dominant language
- Scala
- Stars
- 6.8k
- Forks
- 1.2k
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 2
Description
When deploying a sequence that contains a non-existent action (because of a typo for example), the API responds with a 400, containing an error:
```json
{
"code": "befa971cf82a29c21ccda7d5879e2aec",
"error": "Sequence component does not exist."
}
```
I think it would be good if there was more information on there, specifying which action was not found.
This would make debugging much easier, especially for longer sequences and stupid typos.
Contributor guide
Assessment
This issue has not been assessed yet.