notCriticalError constant

Warning_Code const notCriticalError

Error which is not critical. We decided to continue the process despite the mentioned error.

Implementation

static const notCriticalError = Warning_Code('NOT_CRITICAL_ERROR');