looking for a list Reality capture processing/error codes

Hey I’m currently building a sql database top keep track of batched reality capture instances, and would like to track what process has finished and if it failed/succeeds.

I’m Using - “Process $(processId) finished with code $(processResult) in $(processDuration:d) seconds on scene $(sceneName)” as a templated

However i cant seem to find any comprehensive list online of what codes i can expect and what they mean.

does anyone have a list of process/error codes?

Hi Theo,
all public process IDs you can find here: List of event IDs used by the -writeProgress command
It is connected also to this: RealityCapture Help

thanks for the processing codes, but is there anywhere to find what the errors result codes mean?

No, this is not available. But 0 is for successful finish, 1 means that no action was performed but can be treated as successful process and 3 is for minidump error.

is there a reason this isn’t publicaly available or some other way of retrieving some sort of string of what went wrong rather than the code?

The document is not finished yet.

thanks, any idea on an eta for that?

and as a follow up any way of accessing anything passed to the error . E.g

when a project fails to load as its open in another instance, i would really like to find out what project it tried to load

I am sorry, but there is no ETA for that.
This seems like an error, when the same project is opened twice. If that is not the case, then it is strange. But I would kill all RC processes and then tried to open the project again.