Enumeration SaneParameterErrMsg

Error message constants.

Remarks

To be used as input to the FailedSaneParameterCheck.

Enumeration Members

Enumeration Members

SANE_PARAMS_A: "'a' should not be 0 ~ violates the reversability."

Message to print in the FailedSaneParameterCheck if a, the multiplicand, is zero.

SANE_PARAMS_P: "'P' should not be 0 ~ violates modulo being non-zero."

Message to print in the FailedSaneParameterCheck if P, the modulus, is zero.

Generated using TypeDoc