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 inherited STATUS variable being set to an error value. 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 AST_WARNINGS function.
Type:
Integer (boolean).

Applicability

YamlChan
The YamlChan class ignores this attribute.

Notes: