CustomErrorRuleResponse

data class CustomErrorRuleResponse(val isErrorType: Boolean, val selector: String)

A custom error rule.

Constructors

Link copied to clipboard
fun CustomErrorRuleResponse(isErrorType: Boolean, selector: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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