Open
Description
The functions in the category Diagnostics and Repair say they return
An integer representing the status.
This documentation is insufficient to use the result. It seems likely to me that anything other than a 0 is an error. However the parse functions return a 2 for an error, but 1 and 0 are both no error (1 indicates a warning, but that's still not an error). In theory it could even be reversed: 0 is an error, non-zero tells how many good elements there are, for example. Without knowing how the integer represents the status, it's useless.