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

Link copied to clipboard
constructor(    message: String = "",     location: List<Trace.Location> = emptyList(),     time_ns: Long = 0,     json: String = "",     unknownFields: ByteString = ByteString.EMPTY)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val adapter: ProtoAdapter<Trace.Error>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

required

Link copied to clipboard
val time_ns: Long = 0
Link copied to clipboard
val unknownFields: ByteString

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
fun encode(sink: BufferedSink)
Link copied to clipboard
fun encodeByteString(): ByteString
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String