toggle menu
carioca
jvm
switch theme
search in API
report-json
/
com.rubensousa.carioca.report.json
/
JsonExecutionReport
Json
Execution
Report
@
Serializable
data
class
JsonExecutionReport
(
val
id
:
String
,
val
startTime
:
Long
,
val
endTime
:
Long
,
val
status
:
JsonExecutionStatus
,
val
failureMessage
:
String
?
=
null
,
val
failureStacktrace
:
String
?
=
null
)
Members
Constructors
Json
Execution
Report
Link copied to clipboard
constructor
(
id
:
String
,
startTime
:
Long
,
endTime
:
Long
,
status
:
JsonExecutionStatus
,
failureMessage
:
String
?
=
null
,
failureStacktrace
:
String
?
=
null
)
Properties
end
Time
Link copied to clipboard
val
endTime
:
Long
failure
Message
Link copied to clipboard
val
failureMessage
:
String
?
=
null
failure
Stacktrace
Link copied to clipboard
val
failureStacktrace
:
String
?
=
null
id
Link copied to clipboard
val
id
:
String
start
Time
Link copied to clipboard
val
startTime
:
Long
status
Link copied to clipboard
val
status
:
JsonExecutionStatus