Pavel Aharoni | 1a7bee7 | 2017-09-26 19:54:41 +0300 | [diff] [blame] | 1 | # jTosca validation issues |
| 2 | #by error code, type the validation issue to be CRITICAL/WARNING |
| 3 | # since Conformance level considered to this type. for example: |
| 4 | #JE001: |
| 5 | # - issueType: WARNING |
| 6 | # sinceCsarConformanceLevel: 3.0 |
| 7 | # - issueType: WARNING |
| 8 | # sinceCsarConformanceLevel: 5.0 |
| 9 | validationIssues: |
| 10 | # TypeMismatchError |
| 11 | JE001: |
| 12 | - issueType: WARNING |
| 13 | sinceCsarConformanceLevel: 3.0 |
| 14 | # MissingType |
| 15 | JE002: |
| 16 | - issueType: WARNING |
| 17 | sinceCsarConformanceLevel: 3.0 |
| 18 | #MissingRequiredFieldError |
| 19 | JE003: |
| 20 | - issueType: WARNING |
| 21 | sinceCsarConformanceLevel: 3.0 |
| 22 | #MissingRequiredFieldError2 |
| 23 | JE004: |
| 24 | - issueType: WARNING |
| 25 | sinceCsarConformanceLevel: 3.0 |
| 26 | #InvalidGroupTargetException |
| 27 | JE005: |
| 28 | - issueType: WARNING |
| 29 | sinceCsarConformanceLevel: 3.0 |
| 30 | #Schema definition of \"%s\" has \"status\" attribute with an invalid value |
| 31 | JE006: |
| 32 | - issueType: WARNING |
| 33 | sinceCsarConformanceLevel: 3.0 |
| 34 | #The unit \"%s\" is not valid |
| 35 | JE007: |
| 36 | - issueType: WARNING |
| 37 | sinceCsarConformanceLevel: 3.0 |
| 38 | #ValidationError |
| 39 | JE008: |
| 40 | - issueType: WARNING |
| 41 | sinceCsarConformanceLevel: 3.0 |
| 42 | #ValueError: Expected max 2 arguments for function \"get_input\" but received \"%s\"",args.size()) |
| 43 | JE009: |
| 44 | - issueType: WARNING |
| 45 | sinceCsarConformanceLevel: 3.0 |
| 46 | #MissingRequiredFieldError3 |
| 47 | JE010: |
| 48 | - issueType: WARNING |
Yuli Shlosberg | a270563 | 2018-08-14 16:52:58 +0300 | [diff] [blame] | 49 | sinceCsarConformanceLevel: 3.0 |
| 50 | #InvalidTypeError |
| 51 | JE136: |
| 52 | - issueType: CRITICAL |
| 53 | sinceCsarConformanceLevel: 3.0 |
| 54 | #Exception from SnakeYAML |
| 55 | JE198: |
| 56 | - issueType: CRITICAL |
Pavel Aharoni | 1a7bee7 | 2017-09-26 19:54:41 +0300 | [diff] [blame] | 57 | sinceCsarConformanceLevel: 3.0 |