EasyManua.ls Logo

impinj RShell - Page 7

Default Icon
49 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
RShell Reference Manual
6. Proprietary and Confidential Revision 4.2, Copyright © 2009, Impinj, Inc.
Table 3-1 General Status Codes
Error Code Error String Description
0 Success The command completed successfully
1 Invalid-Command Command could not be parsed and
identified as one of the commands
supported by the interface.
2 Invalid-Command-Parameter Parameter types was unrecognized for
this command (one or more).
3 Invalid-Parameter-Value One or more parameter values was
illegal or out-of-range for this command.
4 Parameter-Dependency-Error Parameter value was invalid in
combination with other parameters or
values.
5 Incomplete-Parameter-List The parameter list was incompletely
specified and the command cannot be
executed.
6 System-Resource-Limit Command could not be executed
because of a resource limit in the
system (e.g., could not add a fourth trap
receiver because the device only
supports three).
7 Unsupported-Command Reserved for Future commands.
8 Permission-Denied User does not have permission to
access this command.
9 Previous-Command-In-
Progress
The command was rejected because a
previous command is still in progress
such that this one could not be
processed.
10 Command-Being-Processed The command cannot be finished right
away; it is being processed.
A sample error parameter string is shown below (the command is deliberately misspelled):
> configg
Status='1,Invalid-Command'
When a command’s action generates results, they follow the status line, one parameter per line in
the following format:
ParameterName='value'
ParameterName='value'
...
ParameterName='value'