Follow-up to #3191.
The Model Target Web API mock currently has a simple status lifecycle of processing followed by done, with a small response body. Compare standard and advanced dataset status responses against real Vuforia and update the mock to match the observed response shape and states where practical.
Acceptance criteria:
- Verified fake tests cover status responses before and after completion for standard and advanced datasets.
- The mock returns Vuforia-like status fields, timestamps, and state names.
- Not-found and other status-route errors match real Vuforia where practical.
Follow-up to #3191.
The Model Target Web API mock currently has a simple status lifecycle of
processingfollowed bydone, with a small response body. Compare standard and advanced dataset status responses against real Vuforia and update the mock to match the observed response shape and states where practical.Acceptance criteria: