Account Status Response Error Details
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
fun AccountStatusResponseErrorDetails(code: String, details: List<ErrorModelResponse>, message: String, target: String)