Skip to content

Record that the ProjectSuspended result code has been seen from real Vuforia - #3578

Merged
adamtheturtle merged 1 commit into
mainfrom
issue-3573
Sep 8, 2026
Merged

Record that the ProjectSuspended result code has been seen from real Vuforia#3578
adamtheturtle merged 1 commit into
mainfrom
issue-3573

Conversation

@adamtheturtle

Copy link
Copy Markdown
Member

Closes #3573.

In August 2026 real Vuforia suspended one of the CI databases after it passed its monthly recognition threshold, and vws-python raised ProjectSuspendedError from the real response, so the ProjectSuspended result code string is confirmed. The docs still said no such response had been seen.

  • Split ProjectSuspended out of the unverified-additional-result-codes entry in unverified-behavior.rst into its own unverified-project-suspended entry, categorised as temporarily unverifiable. It records what was observed (reads kept working, writes were rejected), what was not recorded (status code, body, headers, full endpoint coverage), and that a throwaway database driven past 1000 recognitions would verify the rest.
  • ProjectHasNoApiAccess, TargetQuotaReached and TooManyRequests stay in the never-attempted entry.
  • Updated the "Other configurable result codes" section of differences-to-vws.rst to match and to link both entries.

Docs-only change; sphinx-build -W and the pre-commit hooks pass on the changed files.

🤖 Generated with Claude Code

…Vuforia

Split ProjectSuspended out of the additional-result-codes entry in the
unverified-behavior doc, say what was observed when a CI database was
suspended in August 2026 and what remains unrecorded, and update the
matching bullet in the differences doc.

Closes #3573

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
@adamtheturtle
adamtheturtle merged commit aab4a17 into main Sep 8, 2026
11 checks passed
@adamtheturtle
adamtheturtle deleted the issue-3573 branch September 8, 2026 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs claim no real ProjectSuspended response has been seen, but CI has seen one

1 participant