pub trait ValidationFailure: ValidationLog + Error { }Expand description
Validation failures marker trait indicating that the data had not passed
client-side-validation and must not be accepted by the client. This does not
cover issues related to single-use-seal status, which are covered by
SealIssue type