Wow
Toggle table of contents
8.9.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-core
/
me.ahoo.wow.infra.batch
/
BatchItemResult
Batch
Item
Result
sealed
interface
BatchItemResult
The terminal result for one input in a storage batch.
Inheritors
Success
Failure
Members
Types
Failure
Link copied to clipboard
data
class
Failure
(
val
error
:
Throwable
)
:
BatchItemResult
Success
Link copied to clipboard
data
object
Success
:
BatchItemResult