BatchError

An error that occurred during a batch operation.

Types

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

Properties

Link copied to clipboard

The accessor identifier that's related to the error.

Link copied to clipboard
val error: Int

The error code.

Link copied to clipboard

Description of the error.

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