CustomErrorRuleArgs

data class CustomErrorRuleArgs(val isErrorType: Output<Boolean>? = null, val selector: Output<String>? = null) : ConvertibleToJava<CustomErrorRuleArgs>

A custom error rule.

Constructors

Link copied to clipboard
fun CustomErrorRuleArgs(isErrorType: Output<Boolean>? = null, selector: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): CustomErrorRuleArgs

Properties

Link copied to clipboard
val isErrorType: Output<Boolean>? = null

Mark this message as possible payload in error response. Otherwise, objects of this type will be filtered when they appear in error payload.

Link copied to clipboard
val selector: Output<String>? = null

Selects messages to which this rule applies. Refer to selector for syntax details.