Changes between Version 28 and Version 29 of ValidationSimple
- Timestamp:
- Jan 31, 2017, 8:34:04 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ValidationSimple
v28 v29 14 14 * ERR_OPENDIR if there was a transient error, e.g. the output file is on a network volume that is not available. 15 15 The validator will try this result again later. 16 * VAL_RESULT_SUSPICIOUS if an initial consistency check of the result indicates no error but that it should be compared with a second result to make sure contents are valid. In the meantime this result is marked as inconclusive and the validator will try this again later when a second result is ready. Only useful when using AdaptiveReplication. 16 17 * Any other return value indicates a permanent error. 17 18 Example: an output file is missing, or has a syntax error.