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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val line: Int