dataerr top-level constant

int const dataerr

The input data was incorrect in some way. This should only be used for user's data and not system files.

Implementation

const dataerr = 65;