AccountStatusResponseErrorDetails

data class AccountStatusResponseErrorDetails(val code: String, val details: List<ErrorModelResponse>, val message: String, val target: String)

Gets the account error details.

Constructors

Link copied to clipboard
constructor(code: String, details: List<ErrorModelResponse>, message: String, target: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the code.

Link copied to clipboard

Gets or sets the details.

Link copied to clipboard

Gets or sets the messages.

Link copied to clipboard

Gets or sets the target.