Page 1 of 1

List of error codes using eValid on command line

PostPosted: Mon Dec 31, 2018 11:20 am
by JJennson
Morning.

What do the error codes mean when I run eValid from a command line?

Do you have an easy to lookup list for easy reference?

Thanks

Re: List of error codes using eValid on command line

PostPosted: Tue Jan 01, 2019 3:28 pm
by eValid
JJennson wrote:Morning.

What do the error codes mean when I run eValid from a command line?

Do you have an easy to lookup list for easy reference?

Thanks


Thanks for asking JJennson.

Here is the manual page for these error codes:

http://e-valid.com/Products/Documentati ... codes.html

Basically, we assign a single bit for each kind of error, set that bit to "1" [away from the default of "0"] when that type of error happens.

There are 10 kinds of errors and that consumes the right-hand 10 bits of the integer that is the value returned.

In keeping with UNIX and Windows traditions, the return code of zero means "no errors."


-- eValid Support