| Summary: | Stash REST API gives ambiguous errors when handling PUT requests | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Remy Suen <remy.suen> |
| Component: | Node | Assignee: | Remy Suen <remy.suen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 15.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Remy Suen
Fix pushed to master. https://github.com/eclipse/orion.client/commit/891d7bd0697c1b00ba2870a9e7b268ebac311929 If the user tries to apply something from the stash when the stash is actually empty... {"Severity":"Error","Message":"Failed to apply stashed changes due to an empty stash."} If the user tries to apply something from the stash but it doesn't exist in the stash and the stash is not empty... {"Severity":"Error","Message":"Invalid stash reference abc."} |