Strict

Report an error if any unexpected data items are found?

Description:

This is a boolean attribute which indicates whether a warning rather than an error should be issed for insignificant conversion problems. If it is set non-zero, then fatal errors are issued instead of warnings, resulting in the AST error status being set. If Strict is zero (the default), then execution continues after minor conversion problems, and a warning message is added to the Channel structure. Such messages can be retrieved using the astWarnings function.
Type:
Integer (boolean).

Applicability

YamlChan
The YamlChan class ignores this attribute.

Notes: