Unknown

data class Unknown(val localization: List<JsonElement>? = null, val message: String? = null, val type: String? = null) : RegisterUserOperatorError

Unknown happens when the error mapping failed to match to some of the previous known errors.

Constructors

Link copied to clipboard
constructor(localization: List<JsonElement>? = null, message: String? = null, type: String? = null)

Properties

Link copied to clipboard
val localization: List<JsonElement>? = null

List<JsonElement> The localization of the error item.

Link copied to clipboard
val message: String? = null

String The message of the error item.

Link copied to clipboard
val type: String? = null

String The type of the error item.