details

@JvmName(name = "naihrlulqvmwgssi")
suspend fun details(value: Output<List<Map<String, String>>>)
@JvmName(name = "ypatyhxphqserlgh")
suspend fun details(value: List<Map<String, String>>?)

Parameters

value

A list of messages that carry the error details. There is a common set of message types for APIs to use.


@JvmName(name = "nkhnvrgibdmcbpie")
suspend fun details(vararg values: Output<Map<String, String>>)


@JvmName(name = "ijlcyhcqxilvgkdv")
suspend fun details(values: List<Output<Map<String, String>>>)
@JvmName(name = "aumodeggqxocqijc")
suspend fun details(vararg values: Map<String, String>)

Parameters

values

A list of messages that carry the error details. There is a common set of message types for APIs to use.