Type Definition validations::SimpleErrors [] [src]

type SimpleErrors = Errors<()>;

Errors with no custom details, to avoid the generic parameter when not needed.