IdxMessage

class IdxMessage

Represents messages sent from the server to indicate error or warning conditions related to responses or form values.

Types

Link copied to clipboard
enum Severity : Enum<IdxMessage.Severity>

Enumeration describing the type of message.

Properties

Link copied to clipboard
val localizationKey: String?

A localization key representing this message.

Link copied to clipboard
val message: String

The default text for this message.

Link copied to clipboard
val type: IdxMessage.Severity

The type of message received from the server.