PlayerErrorSourceLocation

@Serializable
data class PlayerErrorSourceLocation(val file: String, val line: Int)

Represents logged source line numbers reported in an error. NOTE: file and line are from chromium c++ implementation code, not js.

Official doc

Constructors

Link copied to clipboard
constructor(file: String, line: Int)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val line: Int

(undocumented in the protocol definition)