BatchGetStepError

The error details for a step that could not be retrieved in a batch get operation.

Types

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

Properties

Link copied to clipboard

The error code.

Link copied to clipboard

The farm ID of the step that could not be retrieved.

Link copied to clipboard

The job ID of the step that could not be retrieved.

Link copied to clipboard

The error message.

Link copied to clipboard

The queue ID of the step that could not be retrieved.

Link copied to clipboard

The step ID of the step that could not be retrieved.

Functions

Link copied to clipboard
inline fun copy(block: BatchGetStepError.Builder.() -> Unit = {}): BatchGetStepError
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