Class PlayerErrorSourceLocation

java.lang.Object
io.webfolder.cdp.type.media.PlayerErrorSourceLocation

public class PlayerErrorSourceLocation extends Object
Represents logged source line numbers reported in an error. NOTE: file and line are from chromium c++ implementation code, not js.
  • Constructor Details

    • PlayerErrorSourceLocation

      public PlayerErrorSourceLocation()
  • Method Details

    • getFile

      public String getFile()
    • setFile

      public void setFile(String file)
    • getLine

      public Integer getLine()
    • setLine

      public void setLine(Integer line)
    • toString

      public String toString()
      Overrides:
      toString in class Object