toggle menu
FMP
DEV-SNAPSHOT
common
switch theme
search in API
FMP
/
ru.fsight.fmp
/
FMPWeb
/
Response
/
Response
Response
constructor
(
request
:
FMPWeb.Request
=
Request()
,
status
:
Int
=
-1
,
data
:
ByteArray
=
byteArrayOf()
,
headers
:
Map
<
String
,
String
>
=
mapOf()
,
exception
:
FMPException
?
=
null
,
error
:
String
=
exception?.message.orEmpty()
)