SyHttpResponse

data class SyHttpResponse(val code: Int, val message: String, val trace: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(code: Int, message: String, trace: String? = null)

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard
val trace: String? = null

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)