ErrorResponse

data class ErrorResponse(val code: Int, val message: String?, val trace: String?, val alert: AlertBean?)

Constructors

Link copied to clipboard
constructor(code: Int, message: String?, trace: String?, alert: AlertBean?)

Properties

Link copied to clipboard
Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard