Entry.StatResult

Result of stat call. Other values are the same as errno.

Values

ValueMeaning
noInfo0

Not called yet.

statOKint.max

All OK

unknownErrorint.min

errno returned 0 or int.max

Meta