mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
- Introduced a new test suite for the spacetimeDB client, validating the mapping of upstream errors to appropriate assertion and status errors. - Ensured that upstream 4xx errors are converted to HexclaveAssertionError, while 5xx errors are mapped to BadGateway StatusError. - Verified that upstream error bodies are not returned to API callers, maintaining security and integrity of error messages. - Updated the spacetimeDbError function to improve error detail formatting for upstream errors.