errorDetails

@JvmName(name = "ocglufhelnlpyexj")
suspend fun errorDetails(value: Output<List<ErrorDetailArgs>>)
@JvmName(name = "aufyusflbkaamgea")
suspend fun errorDetails(value: List<ErrorDetailArgs>?)

Parameters

value

A list of tuples that provides information about the errors that caused a cluster to terminate. This structure can contain up to 10 different ErrorDetail tuples.


@JvmName(name = "xqixuveorbahkmcd")
suspend fun errorDetails(vararg values: Output<ErrorDetailArgs>)


@JvmName(name = "tobkdsusxowknvab")
suspend fun errorDetails(values: List<Output<ErrorDetailArgs>>)
@JvmName(name = "nkcnggjajhdawjpd")
suspend fun errorDetails(vararg values: ErrorDetailArgs)

Parameters

values

A list of tuples that provides information about the errors that caused a cluster to terminate. This structure can contain up to 10 different ErrorDetail tuples.


@JvmName(name = "bhbuqkssntjxknao")
suspend fun errorDetails(argument: List<suspend ErrorDetailArgsBuilder.() -> Unit>)
@JvmName(name = "xllxognylmovuwoq")
suspend fun errorDetails(vararg argument: suspend ErrorDetailArgsBuilder.() -> Unit)
@JvmName(name = "xpmthtacaccgdsyx")
suspend fun errorDetails(argument: suspend ErrorDetailArgsBuilder.() -> Unit)

Parameters

argument

A list of tuples that provides information about the errors that caused a cluster to terminate. This structure can contain up to 10 different ErrorDetail tuples.