FMPResponse

data class FMPResponse(val request: FMPResponse.RequestInfo, val status: Int, val headers: Map<String, String>, val data: ByteArray, val exception: FMPException?, val error: String = exception?.message.orEmpty())

Constructors

Link copied to clipboard
constructor(request: FMPResponse.RequestInfo, status: Int, headers: Map<String, String>, data: ByteArray, exception: FMPException?, error: String = exception?.message.orEmpty())

Types

Link copied to clipboard
data class RequestInfo(val url: String, val method: String, val data: ByteArray, val headers: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int