innerHealthErrors

@JvmName(name = "frxfnvpclppglcpq")
suspend fun innerHealthErrors(value: Output<List<InnerHealthErrorArgs>>)
@JvmName(name = "iqjkrsdcaqeiqvid")
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 = "mflmmotevuhhjihi")
suspend fun innerHealthErrors(vararg values: Output<InnerHealthErrorArgs>)


@JvmName(name = "seqwhxbrvlwkndsd")
suspend fun innerHealthErrors(values: List<Output<InnerHealthErrorArgs>>)
@JvmName(name = "uyqhilqeedtgamje")
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 = "lemwmbngyvttstav")
suspend fun innerHealthErrors(argument: List<suspend InnerHealthErrorArgsBuilder.() -> Unit>)
@JvmName(name = "ugvwsppppkjelucg")
suspend fun innerHealthErrors(vararg argument: suspend InnerHealthErrorArgsBuilder.() -> Unit)
@JvmName(name = "ptuxxwvauqjjxpli")
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.