eCheckResult
This page covers the description of the eCheckResult enumeration
eCheckResult
enumeration contains identifiers determining the result of a single document security check.
const eCheckResult = {
CH_CHECK_ERROR: 0,
CH_CHECK_OK: 1,
CH_CHECK_WAS_NOT_DONE: 2,
}
Constant
Description
CH_CHECK_ERROR
check wasn't passed
CH_CHECK_OK
check passed
CH_CHECK_WAS_NOT_DONE
check wasn't carried out
Last updated
Was this helpful?