innerHealthErrors

@JvmName(name = "ruurmutsjjbafuhp")
suspend fun innerHealthErrors(value: Output<List<InnerHealthErrorArgs>>)
@JvmName(name = "nwsnasjdhfsglsbe")
suspend fun innerHealthErrors(value: List<InnerHealthErrorArgs>?)

Parameters

value

The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.


@JvmName(name = "uooeqbxouwqijowv")
suspend fun innerHealthErrors(vararg values: Output<InnerHealthErrorArgs>)


@JvmName(name = "bnyfkbbibyqljcqd")
suspend fun innerHealthErrors(values: List<Output<InnerHealthErrorArgs>>)
@JvmName(name = "beuvxysspcibfjme")
suspend fun innerHealthErrors(vararg values: InnerHealthErrorArgs)

Parameters

values

The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.


@JvmName(name = "xeidserusywluylo")
suspend fun innerHealthErrors(argument: List<suspend InnerHealthErrorArgsBuilder.() -> Unit>)
@JvmName(name = "jajpkkqyrbmcjtfj")
suspend fun innerHealthErrors(vararg argument: suspend InnerHealthErrorArgsBuilder.() -> Unit)
@JvmName(name = "wgtntdbmhlhplrsd")
suspend fun innerHealthErrors(argument: suspend InnerHealthErrorArgsBuilder.() -> Unit)

Parameters

argument

The inner health errors. HealthError having a list of HealthError as child errors is problematic. InnerHealthError is used because this will prevent an infinite loop of structures when Hydra tries to auto-generate the contract. We are exposing the related health errors as inner health errors and all API consumers can utilize this in the same fashion as Exception -> InnerException.