BatchItemResult

sealed interface BatchItemResult

The terminal result for one input in a storage batch.

Inheritors

Types

Link copied to clipboard
data class Failure(val error: Throwable) : BatchItemResult
Link copied to clipboard
data object Success : BatchItemResult