UserDeactivated

@Serializable
@SerialName(value = "M_USER_DEACTIVATED")
data class UserDeactivated(val error: String) : ErrorResponse

The user ID associated with the request has been deactivated. Typically for endpoints that prove authentication, such as /login.

Constructors

Link copied to clipboard
constructor(error: String)

Properties

Link copied to clipboard
open override val error: String