Package 

Class PlayerError

    • Method Summary

      Modifier and Type Method Description
      final String component1()
      final String component2()
      final PlayerError copy(String type, String errorCode)
      final String getType()
      final 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.
      • Methods inherited from class org.hildan.chrome.devtools.domains.media.PlayerError

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getErrorCode

         final 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)