You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/14 06:18:36 UTC

[GitHub] [incubator-openwhisk] TPei opened a new issue #4342: Add more info on "Sequence component does not exist" error

TPei opened a new issue #4342: Add more info on "Sequence component does not exist" error
URL: https://github.com/apache/incubator-openwhisk/issues/4342
 
 
   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.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services