Return Codes
KesReturnCode |
Type |
Description |
|---|---|---|
KES_GOOD |
int |
The execution is successful. |
KES_INVALID_PARAMETER |
int |
The parameter value is out of the valid range. |
KES_INVALID_TYPE |
int |
The data type is incorrect. |
KES_INVALID_CALL |
int |
The input vector or matrix type is incorrect. |
KES_NULL_PTR |
int |
The input parameter contains a null pointer. |
Parent topic: Function Syntax