Failure

data class Failure<T, E>(val batchIndex: Int, val request: T, val error: E) : SqsResult<T, Nothing, E>

Constructors

Link copied to clipboard
constructor(batchIndex: Int, request: T, error: E)

Properties

Link copied to clipboard
open override val batchIndex: Int
Link copied to clipboard
val error: E
Link copied to clipboard
open override val request: T