BatchFailure

@Serializable
data class BatchFailure(val name: String, val message: String)(source)

One failed entry in a batch: the entry's name and a human-readable message. Captured so a batch completes even when some datasets fail (bad import, non-integer discrete data, numerical failure).

Constructors

Link copied to clipboard
constructor(name: String, message: String)

Properties

Link copied to clipboard
Link copied to clipboard