elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
TransportError
/
Structured
common
Structured
data class
Structured
(type:
String
, reason:
String
, line:
Int
?, col:
Int
?, phase:
String
?, grouped:
Boolean
?, rootCauses:
List
<
ErrorCause
>, failedShards:
List
<
FailedShard
>) :
TransportError
Content copied to clipboard
Types
Properties
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
col
Link copied to clipboard
common
val
col
:
Int
? = null
Content copied to clipboard
failedShards
Link copied to clipboard
common
val
failedShards
:
List
<
FailedShard
>
Content copied to clipboard
grouped
Link copied to clipboard
common
val
grouped
:
Boolean
? = null
Content copied to clipboard
line
Link copied to clipboard
common
val
line
:
Int
? = null
Content copied to clipboard
phase
Link copied to clipboard
common
val
phase
:
String
? = null
Content copied to clipboard
reason
Link copied to clipboard
common
val
reason
:
String
Content copied to clipboard
rootCauses
Link copied to clipboard
common
val
rootCauses
:
List
<
ErrorCause
>
Content copied to clipboard
type
Link copied to clipboard
common
val
type
:
String
Content copied to clipboard