ErrorResponse

data class ErrorResponse(val statusCode: Int, val status: Int? = null, val timestamp: String, val path: String, val message: String, val remainPinTryCnt: Int? = null, val code: Int, val validationError: String? = null)

Constructors

Link copied to clipboard
constructor(statusCode: Int, status: Int? = null, timestamp: String, path: String, message: String, remainPinTryCnt: Int? = null, code: Int, validationError: String? = null)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val remainPinTryCnt: Int? = null
Link copied to clipboard
val status: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val validationError: String? = null