BatchError

Error related to a specific channel, specified by its ARN.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

Channel ARN.

Link copied to clipboard
val code: String?

Error code.

Link copied to clipboard

Error message, determined by the application.

Functions

Link copied to clipboard
inline fun copy(block: BatchError.Builder.() -> Unit = {}): BatchError
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String