We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b93e88 commit 0cbbee4Copy full SHA for 0cbbee4
protos/ni/pythonpanel/v1/python_panel_service.proto
@@ -34,7 +34,6 @@ service PythonPanelService {
34
// Get a value for a control on the panel
35
// Status Codes for errors:
36
// - INVALID_ARGUMENT: The specified identifier contains invalid characters. Only alphanumeric characters and underscores are allowed.
37
- // - NOT_FOUND: The value with the specified identifier was not found
38
rpc GetValue(GetValueRequest) returns (GetValueResponse);
39
40
// Set a value for a control on the panel
0 commit comments