What does lastError mean when getting the status

Hello everyone,

when I run RealityScan command line argument `-getStatus`, there is a lastError field. I could not find a explanation of the meaning of those error codes. Is there somewhere a list with error codes and their meaning?

kind regards,

Brian

Hello Brian,
Unfortunately, RealityScan does not publicly document a comprehensive list of lastError numeric codes and their exact meanings in the official help or reporting system documentation.

But in general it is the lase obtained error. It could be like:

Error Code Likely Meaning
0 Success
1 Generic failure (often script or command error)
2–5 Often image I/O or alignment failure
1000+ Internal processing or GPU/mesh-related errors

Not all lastError codes are related to RealityScan, that could be also a Windows HRESULT code.

Depends what value are you getting there.

Thank you for the clarification!