File: fix-cli-error-messages-2f59329557a5734f.yaml

package info (click to toggle)
python-mistralclient 1%3A3.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 952 kB
  • sloc: python: 9,335; sh: 195; makefile: 26
file content (8 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    Some cli mistral calls when failed would return unhelpful messages like
    error(400) that is not what the mistral api is returning. This changes
    those messages to the useful messages sent by the api.
    The affected are the run-action, the crud for actions, workflows, and
    workbooks.