CommonIllegalParam constant

int const CommonIllegalParam

Description: Illegal param.
Cause: The parameter is empty, or the parameter is an illegal value.
Solutions: Please check param when entered function to make sure it is correct.

Implementation

static const int CommonIllegalParam = 1000017;