ErrorType Enumeration |
Namespace: AskiaCore
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Unknown error | |
NoQuestionnaire | 1 | Could not find the questionnaire | |
NoControl | 2 | Could not find the control | |
NoPage | 3 | Could not find the page | |
MissingQuestion | 4 |
Missing question, could not find the specified question. TODO::Better explain in which case that occurs TODO::If related to ADX probably prefix it | |
CannotLoadPageTemplate | 5 | Could not load the specified page template | |
CannotLoadControl | 6 | Could not load the specified control | |
Script | 7 | Error in AskiaScript | |
ScriptShortcut | 8 |
Error in AskiaScript TODO::Better explain in which case that occurs | |
CaptionShortcut | 9 |
Error in shortcut caption TODO::Better explain in which case that occurs | |
InfiniteLoop | 10 | Possible infinite loop | |
RunTime | 11 |
Runtime error. The AskiaScript compilation succeed but could not be evaluated at runtime | |
InvalidLanguage | 12 |
Invalid language, TODO::Better explain in which case that occurs TODO::Maybe the language of the survey | |
InvalidVersion | 13 |
Invalid version, TODO::Better explain in which case that occurs TODO::Maybe the scenario, in that case change the Version to Scenario | |
NullPageElement | 14 |
The supplied page element is null, | |
ODBCStartQuery | 15 |
Could not execute SQL query, TODO::Better explain in which case that occurs | |
ODBCImport | 16 |
Could no execute the SQL query to import data. TODO::Better explain in which case that occurs | |
AdxMissingProperty | 17 | Missing ADX property. | |
AdxMissingContent | 18 | Missing ADX content. | |
AdxInvalidZip | 19 |
Invalid ADX file compression. The zip file is invalid. | |
AdxInvalidXMLFile | 20 | Invalid ADX config XML file. | |
AdxInvalidSWFFile | 21 | Invalid ADX Flash file. | |
AdxMissingFile | 22 | Could not retrieve the file associated with the ADX content. | |
AdxInvalidXML | 23 | Invalid ADX config XML definition. | |
AdxMissingCachedFile | 24 | Could not find the dynamic file associated with the ADX content. | |
AdxNoOutput | 25 | Could not find an ADX output. | |
AdxOutputConditionError | 26 | Error while interpreting the condition of the ADX output. | |
AdxBinaryNoDynamic | 27 | A binary file could not be dynamic in ADX. | |
AdxBinaryNeedsYield | 28 | The `yield` node is require to define how to display arbitrary binary file in ADX. | |
AdxCannotCreateDirectory | 29 | Unable to create the ADX directory. | |
AdxTextNoStaticOrShare | 30 | Could not use the `Content.ToText()` method for ADX static/shared files. | |
AdxMissingAskiaHeadTag | 31 | Missing <askia-head /> tag in the ADX master page. | |
AdxMissingAskiaFormTag | 32 | Missing <askia-form> tag in the ADX master page. | |
AdxMissingAskiaFormCloseTag | 33 | Missing </askia-form> close tag in the ADX master page. | |
AdxMissingAskiaQuestionsTag | 34 | Missing <askia-questions /> tag in the ADX master page. | |
AdxMissingAskiaFootTag | 35 | Missing <askia-foot /> tag in the ADX master page. | |
InvalidQuestionId | 36 | The specified question id is invalid | |
InvalidQuestionPosition | 37 | The specified question position is invalid | |
InvalidRangeIdsOrder | 38 | The order of IDs into the range are incorrect | |
UnableToMoveQuestionsOrElements | 39 | Could not move questions or elements | |
UnableToIndentQuestionsOrElements | 40 | Could not indent questions or elements | |
UnableToUnindentQuestionsOrElements | 41 | Could not unindent questions or elements | |
UnableToSaveStructureModifications | 42 | Could not save structure modifications | |
InvalidElementId | 43 | The specified element id is invalid | |
UnmovableElementType | 44 | The specified element type cannot be moved | |
InvalidElementMove | 45 | The specified element move is invalid | |
InvalidRoutingId | 46 | The specified routing id is invalid | |
InvalidRoutingName | 47 | The supplied routing name is invalid. | |
NonUniqueRoutingName | 48 | The supplied routing name is not unique. | |
InvalidRoutingCondition | 49 | The supplied routing condition is not valid. | |
InvalidRoutingPosition | 50 | The supplied routing position is not valid. | |
InvalidConditionBlock | 51 | ||
UnknownConditionType | 52 | ||
NoConditionFoundForConditionType | 53 | ||
InvalidScenarioName | 54 | The supplied scenario name is invalid. | |
NonUniqueScenarioName | 55 | The supplied scenario name is not unique. |