You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.