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())