We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
0
responseId
Int
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ofresponseId
instead ofInt
.The text was updated successfully, but these errors were encountered: