Add extended error message to casadm.
If waiting for the operation to finish was interrupted, casadm should print informative error message. Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
parent
36e34b5a69
commit
2449ab0b17
@ -257,6 +257,10 @@ struct {
|
|||||||
KCAS_ERR_CLS_RULE_INVALID_SYNTAX,
|
KCAS_ERR_CLS_RULE_INVALID_SYNTAX,
|
||||||
"Invalid classification rule syntax"
|
"Invalid classification rule syntax"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
KCAS_ERR_WAITING_INTERRUPTED,
|
||||||
|
"Waiting for operation interrupted"
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user