Skip to main content
Version: v0.18.0

ErrorBehavior

How to respond to a data error

NameSummary
FailOn Error: Stop the sequence and return failure
ErrorOn Error: Emit a warning and skip the entity
WarningOn Error: Emit a warning but do allow the entity
SkipOn Error: Skip the entity but do not emit a warning
IgnoreOn Error: Allow the entity and do not emit a warning