Add SR_ERR_PROBE_GROUP, denoting a probe group requirement
This commit is contained in:
parent
d3c74a6fb0
commit
bdc955bc06
|
@ -73,6 +73,7 @@ enum {
|
|||
SR_ERR_NA = -6, /**< Not applicable. */
|
||||
SR_ERR_DEV_CLOSED = -7, /**< Device is closed, but needs to be open. */
|
||||
SR_ERR_TIMEOUT = -8, /**< A timeout occurred. */
|
||||
SR_ERR_PROBE_GROUP= -9, /**< A probe group must be specified. */
|
||||
|
||||
/*
|
||||
* Note: When adding entries here, don't forget to also update the
|
||||
|
|
Loading…
Reference in New Issue