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

public class PlayerError extends Object
Corresponds to kMediaError
  • Constructor Details

  • Method Details

    • getErrorType

      public String getErrorType()
    • getCode

      public Integer getCode()
      Code is the numeric enum entry for a specific set of error codes, such as PipelineStatusCodes in media/base/pipeline_status.h
    • getStack

      public List<PlayerErrorSourceLocation> getStack()
      A trace of where this error was caused / where it passed through.
    • getCause

      public List<PlayerError> getCause()
      Errors potentially have a root cause error, ie, a DecoderError might be caused by an WindowsError
    • getData

      public Map<String,Object> getData()
      Extra data attached to an error, such as an HRESULT, Video Codec, etc.