OXDT0002: Invalid Lint Result ID
Message
Invalid lint result ID "
{resultId}".
Cause
A non-numeric ID was provided when reading or deleting a lint result.
Example
Passing ../other-directory as the result ID in an RPC call.
Fix
Use a numeric ID shown in the lint result list.
Source
packages/oxc/src/node/utils/lint-results-manager.ts— Validates the result ID before file operations.