toggle menu
apollo-kotlin-execution
0.1.1-SNAPSHOT
common
switch theme
apollo-execution-reporting
/
com.apollographql.execution.reporting
/
Trace
/
Error
/
copy
copy
fun
copy
(
message
:
String
=
this.message
,
location
:
List
<
Trace.Location
>
=
this.location
,
time_ns
:
Long
=
this.time_ns
,
json
:
String
=
this.json
,
unknownFields
:
ByteString
=
this.unknownFields
)
:
Trace.Error