OXDT0008: Failed to Delete Format Result
Message
Failed to delete format result "
{resultId}":{reason}
Cause
The result ID is not numeric, the result no longer exists, or the project directory does not allow deletion.
Example
Deleting a format result that another process has already removed.
Fix
Refresh the format result list, use a numeric ID from the list, and ensure the project directory is writable.
Source
packages/oxc/src/node/rpc/functions/oxfmt-delete-result.ts— Validates the result ID and deletes its log directory.