elasticmagic-kt
0.0.30
common
elasticmagic-transport
/
dev.evo.elasticmagic.transport
/
ErrorCause
Error
Cause
data
class
ErrorCause
(
val
type
:
String
,
val
reason
:
String
,
val
resourceId
:
String
?
,
val
resourceType
:
String
?
,
val
line
:
Int
?
,
val
col
:
Int
?
)
Types
Constructors
Properties
Constructors
Error
Cause
Link copied to clipboard
fun
ErrorCause
(
type
:
String
,
reason
:
String
,
resourceId
:
String
?
,
resourceType
:
String
?
,
line
:
Int
?
,
col
:
Int
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
col
Link copied to clipboard
val
col
:
Int
?
line
Link copied to clipboard
val
line
:
Int
?
reason
Link copied to clipboard
val
reason
:
String
resource
Id
Link copied to clipboard
val
resourceId
:
String
?
resource
Type
Link copied to clipboard
val
resourceType
:
String
?
type
Link copied to clipboard
val
type
:
String