Merge "Add missing status codes documentation"

This commit is contained in:
Zuul 2019-01-09 09:17:08 +00:00 committed by Gerrit Code Review
commit 30383d2dea

View File

@ -49,6 +49,12 @@ The following describes all the possible status code and their messages:
+------------------+---------------------------------------------------------+-------------------------------+
| 63 | Unsupported version. Version must be one of: {versions} | content |
+------------------+---------------------------------------------------------+-------------------------------+
| 64 | metadata section must contain a type field in version 2.| content |
| | Type must be one of: {standard, equivalence, definition}| content |
+------------------+---------------------------------------------------------+-------------------------------+
| 65 | Invalid template type. Type must be one of: {standard, | content |
| | equivalence, definition} | content |
+------------------+---------------------------------------------------------+-------------------------------+
| 80 | scenarios is a mandatory section | syntax |
+------------------+---------------------------------------------------------+-------------------------------+
| 81 | At least one scenario must be defined | syntax |
@ -120,6 +126,11 @@ The following describes all the possible status code and their messages:
| 136 | Input parameters for Mistral workflow in execute_mistral| content (version 2) |
| | action must be placed under an 'input' block | |
+------------------+---------------------------------------------------------+-------------------------------+
| 137 | Functions are supported only from version 2 | content |
+------------------+---------------------------------------------------------+-------------------------------+
| 138 | Warning: only open or close parenthesis exists. Did you | content (version 2) |
| | try to use a function? | |
+------------------+---------------------------------------------------------+-------------------------------+
| 140 | At least one template must be included | syntax |
+------------------+---------------------------------------------------------+-------------------------------+
| 141 | Name field is unspecified for include | syntax |