UserLocked

@Serializable
@SerialName(value = "M_USER_LOCKED")
data class UserLocked(val error: String, val softLogout: Boolean = false) : ErrorResponse

The account has been locked and cannot be used at this time.

Constructors

Link copied to clipboard
constructor(error: String, softLogout: Boolean = false)

Properties

Link copied to clipboard
open override val error: String
Link copied to clipboard
@SerialName(value = "soft_logout")
val softLogout: Boolean