elasticmagic-kt
0.0.30
common
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
ResponseResult
/
Error
Error
data
class
Error
(
val
statusCode
:
Int
,
val
headers
:
Map
<
String
,
List
<
String
>
>
,
val
contentType
:
String
?
,
val
error
:
TransportError
)
:
ResponseResult
<
Nothing
>
Constructors
Properties
Constructors
Error
Link copied to clipboard
fun
Error
(
statusCode
:
Int
,
headers
:
Map
<
String
,
List
<
String
>
>
,
contentType
:
String
?
,
error
:
TransportError
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
?
error
Link copied to clipboard
val
error
:
TransportError
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
List
<
String
>
>
status
Code
Link copied to clipboard
val
statusCode
:
Int