isSilent property

bool get isSilent

True when the abort carries no message and no structured errors.

Silent aborts stop the current dataset operation without presenting an application-facing validation or error message.

Implementation

bool get isSilent => errors.isEmpty && message.isEmpty;