Class CorsErrorStatus

java.lang.Object
io.webfolder.cdp.type.network.CorsErrorStatus

public class CorsErrorStatus extends Object
  • Constructor Details

    • CorsErrorStatus

      public CorsErrorStatus()
  • Method Details

    • getCorsError

      public CorsError getCorsError()
    • setCorsError

      public void setCorsError(CorsError corsError)
    • getFailedParameter

      public String getFailedParameter()
    • setFailedParameter

      public void setFailedParameter(String failedParameter)
    • toString

      public String toString()
      Overrides:
      toString in class Object