Interface VideoAdError.Code

  • Enclosing class:
    VideoAdError

    public static interface VideoAdError.Code
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONNECTION_ERROR
      This code indicates, that connection error happened during sending request.
      static int INTERNAL_ERROR
      This code indicates, that unexpected error happened.
      static int NO_AD_ERROR
      This is valid situation.
      static int RETRIABLE_ERROR
      Request cannot be handled right now, try again later.
    • Field Detail

      • CONNECTION_ERROR

        static final int CONNECTION_ERROR
        This code indicates, that connection error happened during sending request. Request can be retried later, when device will be connected to the network.
        See Also:
        Constant Field Values
      • NO_AD_ERROR

        static final int NO_AD_ERROR
        This is valid situation. This code indicates that there are no video ads available.
        See Also:
        Constant Field Values
      • RETRIABLE_ERROR

        static final int RETRIABLE_ERROR
        Request cannot be handled right now, try again later.
        See Also:
        Constant Field Values