OpenSpace/openspace/grounding
xzq.xu 171c1b76f8 fix: replace ErrorCode enum calls with GroundingError raises
ErrorCode is a str Enum whose members are not callable. Calling
`raise ErrorCode.SESSION_NOT_FOUND(name)` produces a TypeError
instead of the intended session-not-found error. Replace all 5
occurrences with `raise GroundingError(..., code=ErrorCode.SESSION_NOT_FOUND)`.

Closes #11

Made-with: Cursor
2026-04-03 23:10:28 +08:00
..
backends fix: rename platform package to platforms 2026-03-26 00:09:50 +08:00
core fix: replace ErrorCode enum calls with GroundingError raises 2026-04-03 23:10:28 +08:00