Open
Description
The existing API documentation for Error responses has the following table:
However, in the actual source code the response ID for error messages seems to be hardcoded to zero:
rstudio-launcher-plugin-sdk/sdk/src/api/Response.cpp
Lines 45 to 50 in b0b55f4
Unless I'm reading this wrong, the docs should be updated to have 0
as the value of responseId
instead of Int
.