Add missing status codes documentation

The status codes are defined in status_messages.py and should all be
documented.

Change-Id: I9ae1025e1c0d6fb2da293fae36257bcfcd2408c9
This commit is contained in:
Ifat Afek 2019-01-07 15:04:20 +00:00
parent ed952f7478
commit 29665f7f1e

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 |