Error
class Error( val message: String = "", location: List<Trace.Location> = emptyList(), val time_ns: Long = 0, val json: String = "", unknownFields: ByteString = ByteString.EMPTY) : Message<Trace.Error, Nothing>
Constructors
Functions
Link copied to clipboard
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
Link copied to clipboard