innerHealthErrors

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


@JvmName(name = "nmocqecmpqgdptbw")
suspend fun innerHealthErrors(values: List<Output<InnerHealthErrorArgs>>)
@JvmName(name = "wlulfgcvjrjmnmob")
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 = "cjjrvuoiqusfdbop")
suspend fun innerHealthErrors(argument: List<suspend InnerHealthErrorArgsBuilder.() -> Unit>)
@JvmName(name = "tgjajmsdwdxxhdft")
suspend fun innerHealthErrors(vararg argument: suspend InnerHealthErrorArgsBuilder.() -> Unit)
@JvmName(name = "sdelicveoaiepcbr")
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.