java.lang.Object
org.openqa.selenium.devtools.v85.media.model.PlayerError

public class PlayerError extends Object
Corresponds to kMediaError
  • Constructor Details

  • Method Details

    • getType

      public PlayerError.Type getType()
    • getErrorCode

      public String getErrorCode()
      When this switches to using media::Status instead of PipelineStatus we can remove "errorCode" and replace it with the fields from a Status instance. This also seems like a duplicate of the error level enum - there is a todo bug to have that level removed and use this instead. (crbug.com/1068454)