apache / apache/openwhisk

Add more info on "Sequence component does not exist" error

Open
#4,342 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.